|
|
@ -1072,15 +1072,15 @@ public class EpidemicUserInfoServiceImpl extends CrudServiceImpl<EpidemicUserInf |
|
|
|
if (StringUtils.isBlank(selfIdentityNo)) { |
|
|
|
errorInfo += "本人身份证号为空;"; |
|
|
|
} else if (StringUtils.isNotBlank(selfIdentityNo)) { |
|
|
|
/*String result = IdentityNoUtils.IdentityNoVerification(selfIdentityNo); |
|
|
|
String result = IdentityNoUtils.IdentityNoVerification(selfIdentityNo); |
|
|
|
if (result != null) { |
|
|
|
errorInfo += "本人身份证号码有误;"; |
|
|
|
}*/ |
|
|
|
// else {
|
|
|
|
// BaseResidentInformationUpdateExcel.setGender(IdentityNoUtils.getSex(selfIdentityNo));
|
|
|
|
// BaseResidentInformationUpdateExcel.setAge(IdentityNoUtils.getAge(selfIdentityNo));
|
|
|
|
// BaseResidentInformationUpdateExcel.setBirthday(IdentityNoUtils.getBirthday(selfIdentityNo));
|
|
|
|
// }
|
|
|
|
} |
|
|
|
else { |
|
|
|
BaseResidentInformationUpdateExcel.setGender(IdentityNoUtils.getSex(selfIdentityNo)); |
|
|
|
BaseResidentInformationUpdateExcel.setAge(IdentityNoUtils.getAge(selfIdentityNo)); |
|
|
|
BaseResidentInformationUpdateExcel.setBirthday(IdentityNoUtils.getBirthday(selfIdentityNo)); |
|
|
|
} |
|
|
|
BaseResidentInformationUpdateExcel.setSelfIdentityNo(selfIdentityNo); |
|
|
|
} |
|
|
|
if (StringUtils.isBlank(residentsName)) { |
|
|
|