Commit 9cda6191 authored by huyuchen's avatar huyuchen

huych-入离职登记提交

parent 9ea70364
...@@ -373,7 +373,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr ...@@ -373,7 +373,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
exit = getOutEmpProjectStatus(vo); exit = getOutEmpProjectStatus(vo);
} }
if (Common.isNotNull(exit)) { if (Common.isNotNull(exit)) {
return R.ok(exit.getProjectTime()); return R.ok(exit);
} }
registrationNow.setProcessStatus(CommonConstants.ZERO_STRING); registrationNow.setProcessStatus(CommonConstants.ZERO_STRING);
baseMapper.updateById(registrationNow); baseMapper.updateById(registrationNow);
......
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