Compare commits

...

2 Commits

1 changed files with 0 additions and 5 deletions

View File

@ -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 {