Commit ec90fbba authored by huyuchen's avatar huyuchen

huych-入离职登记提交

parent bbacb6f6
...@@ -353,7 +353,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr ...@@ -353,7 +353,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
vo.setDeptNo(registrationNow.getDeptNo()); vo.setDeptNo(registrationNow.getDeptNo());
EmpProjectStatusVo exit = getEmpProjectStatus(vo); EmpProjectStatusVo exit = getEmpProjectStatus(vo);
if (Common.isNotNull(exit)) { if (Common.isNotNull(exit)) {
return R.ok(registration.getProjectCreateTime()); return R.ok(exit.getProjectTime());
} }
} }
registrationNow.setProcessStatus(CommonConstants.ZERO_STRING); registrationNow.setProcessStatus(CommonConstants.ZERO_STRING);
......
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