forked from integrated_whb/integrated_whb
修复bug:#16471 修改手机号显示身份证信息不对。
parent
a7b3cbe122
commit
9c18bdc0c3
|
@ -527,11 +527,6 @@ public class UsersController extends BaseController {
|
||||||
}
|
}
|
||||||
usersService.editUser(pd); //执行修改
|
usersService.editUser(pd); //执行修改
|
||||||
if ("true".equals(pd.getString("ISSTUDENT"))) {
|
if ("true".equals(pd.getString("ISSTUDENT"))) {
|
||||||
if (!IdcardUtils.validateCard(pd.getString("USER_ID_CARD"))) {
|
|
||||||
map.put("result", "errInfo");
|
|
||||||
map.put("msg", "身份证号校验不通过,请核对信息");
|
|
||||||
return map;
|
|
||||||
}
|
|
||||||
if ("select".equals(pd.getString("letDutiesType"))) {
|
if ("select".equals(pd.getString("letDutiesType"))) {
|
||||||
pd.put("DUTIES", pd.getString("DUTIES"));
|
pd.put("DUTIES", pd.getString("DUTIES"));
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue