Commit 9746ff56 authored by hongguangwu's avatar hongguangwu

MVP1.7.17-离职待办-派单暂存

parent aad14818
...@@ -833,6 +833,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe ...@@ -833,6 +833,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
} }
} }
this.judgeStatus(leave); this.judgeStatus(leave);
leave.setLeaveStatus(CommonConstants.ONE_STRING);
this.updateById(leave); this.updateById(leave);
// 离职待办确认后,更新为商险续签待办为已离职 // 离职待办确认后,更新为商险续签待办为已离职
...@@ -933,6 +934,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe ...@@ -933,6 +934,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
paramVo.setDeptNo(registration.getDeptNo()); paramVo.setDeptNo(registration.getDeptNo());
paramVoList.add(paramVo); paramVoList.add(paramVo);
this.judgeStatus(leave); this.judgeStatus(leave);
leave.setLeaveStatus(CommonConstants.ONE_STRING);
successList.add(leave); successList.add(leave);
successNum++; successNum++;
} }
......
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