|
@@ -798,7 +798,7 @@ public class SysUserServiceImpl implements ISysUserService {
|
|
|
failSysUserList.add(user);
|
|
failSysUserList.add(user);
|
|
|
checkBox = false;
|
|
checkBox = false;
|
|
|
}
|
|
}
|
|
|
- user.getFailRemark().append("日期格式错误,");
|
|
|
|
|
|
|
+ user.getFailRemark().append("出生日期异常最少应大于15岁,");
|
|
|
}
|
|
}
|
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
|
if (checkBox) {
|
|
if (checkBox) {
|
|
@@ -981,7 +981,7 @@ public class SysUserServiceImpl implements ISysUserService {
|
|
|
failSysUserList.add(user);
|
|
failSysUserList.add(user);
|
|
|
checkBox = false;
|
|
checkBox = false;
|
|
|
}
|
|
}
|
|
|
- user.getFailRemark().append("日期格式错误,");
|
|
|
|
|
|
|
+ user.getFailRemark().append("出生日期异常最少应大于15岁,");
|
|
|
}
|
|
}
|
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
|
if (checkBox) {
|
|
if (checkBox) {
|