Commit 7d1d3c31 authored by fangxinjiang's avatar fangxinjiang

项目档案无岗位更新岗位fxj 2024-04-17

parent d42b7493
...@@ -801,7 +801,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T ...@@ -801,7 +801,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
} }
if (Common.isEmpty(employeeInfo.getEmpRegisType())) { if (Common.isEmpty(employeeInfo.getEmpRegisType())) {
errorMsg.add("户口性质!"); errorMsg.add("户口性质!");
errorMsgMap.put(lineNum, new ErrorMessage("户口性质!")); errorMsgMap.put(lineNum, new ErrorMessage("户口性质必填!"));
} }
if (Common.isEmpty(employeeInfo.getEmpNatrue())) { if (Common.isEmpty(employeeInfo.getEmpNatrue())) {
errorMsg.add("员工类型必填!"); errorMsg.add("员工类型必填!");
......
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