Commit 941a6c87 authored by fangxinjiang's avatar fangxinjiang

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

parent 7d1d3c31
......@@ -800,7 +800,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
errorMsgMap.put(lineNum, new ErrorMessage("手机号码必填!"));
}
if (Common.isEmpty(employeeInfo.getEmpRegisType())) {
errorMsg.add("户口性质!");
errorMsg.add("户口性质必填!");
errorMsgMap.put(lineNum, new ErrorMessage("户口性质必填!"));
}
if (Common.isEmpty(employeeInfo.getEmpNatrue())) {
......
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