Commit c63ba46c authored by huyuchen's avatar huyuchen

huych-合同自动化代码提交

parent 4f92d15c
...@@ -1146,7 +1146,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr ...@@ -1146,7 +1146,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
EmpProjectStatusVo vo = new EmpProjectStatusVo(); EmpProjectStatusVo vo = new EmpProjectStatusVo();
vo.setEmpIdcard(registration.getEmpIdcard()); vo.setEmpIdcard(registration.getEmpIdcard());
vo.setDeptNo(registration.getDeptNo()); vo.setDeptNo(registration.getDeptNo());
if (checkContractPreIsExit(vo)) { if (Boolean.TRUE.equals(checkContractPreIsExit(vo))) {
return RegistConstants.EMP_CONTRACT_EXIT_CHECK; return RegistConstants.EMP_CONTRACT_EXIT_CHECK;
} }
} }
......
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