Commit 14a8d98d authored by hongguangwu's avatar hongguangwu

MVP1.7.14-薪资人员导入校验优化

parent 2fd051b4
......@@ -1134,6 +1134,11 @@ public class TSalaryEmployeeServiceImpl extends ServiceImpl<TSalaryEmployeeMappe
continue;
}
}
if (phoneCheckMap.get(excel.getEmpPhone()) != null
&& Boolean.FALSE.equals(phoneCheckMap.get(excel.getEmpPhone()))) {
errorMessageList.add(new ErrorMessage((i), "手机号校验不通过,请更改手机号后重试!"));
continue;
}
}
emp = empMap.get(idCard);
if (Common.isNotNull(emp)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment