|
|
@ -602,7 +602,7 @@ public class IcResiUserImportServiceImpl implements IcResiUserImportService, Res |
|
|
|
if (resiName == null) { |
|
|
|
resiName = ""; |
|
|
|
} |
|
|
|
throw new RenException(EpmetErrorCode.IDCARDNO_ERROR.getCode(), String.format("用户【%s】身份证号未填写或格式错误", resiName)); |
|
|
|
throw new RenException(EpmetErrorCode.IDCARDNO_ERROR.getCode(), String.format("居民【%s】身份证号未填写或格式错误", resiName)); |
|
|
|
} |
|
|
|
|
|
|
|
// 检查用户是否存在
|
|
|
|