Commit dc61abfc authored by hongguangwu's avatar hongguangwu

1.7.19-离职相关

parent 7b803dff
...@@ -1591,7 +1591,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe ...@@ -1591,7 +1591,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
if (null != returnR && Common.isNotNull(returnR.getData())) { if (null != returnR && Common.isNotNull(returnR.getData())) {
returnVo = returnR.getData(); returnVo = returnR.getData();
if (Common.isEmpty(returnVo.getResultIdTwo())) { if (Common.isEmpty(returnVo.getResultIdTwo())) {
leave.setEmpProjectId(leave.getEmpIdOld()); leave.setEmpProjectId(leave.getEmpProjectIdOld());
leave.setCloseRemarkEmpProject(closeRemark); leave.setCloseRemarkEmpProject(closeRemark);
leave.setDoStatusProject(CommonConstants.ONE_STRING); leave.setDoStatusProject(CommonConstants.ONE_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