Commit 139aa56c authored by hongguangwu's avatar hongguangwu

MVP1.7.17-离职待办-优化代码

parent 1bc7f625
...@@ -1283,7 +1283,6 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe ...@@ -1283,7 +1283,6 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
} }
// 商险-完成 // 商险-完成
if (!insuranceOldList.isEmpty()) { if (!insuranceOldList.isEmpty()) {
// insuranceLeaveMap;
// 查找是 2待派单3发起失败9减员退回 的再去办 // 查找是 2待派单3发起失败9减员退回 的再去办
List<String> toDoList = leaveInsuranceMapper.getLeaveInsuranceListByIdAndStatus(insuranceOldList); List<String> toDoList = leaveInsuranceMapper.getLeaveInsuranceListByIdAndStatus(insuranceOldList);
if (toDoList != null && !toDoList.isEmpty()) { if (toDoList != null && !toDoList.isEmpty()) {
......
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