forked from integrated_whb/integrated_whb
Compare commits
2 Commits
f5b0c1ec3b
...
7c82124d63
Author | SHA1 | Date |
---|---|---|
WL | 7c82124d63 | |
WL | 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