Commit 74636878 authored by hongguangwu's avatar hongguangwu

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

parent 8ff62bc3
......@@ -1346,7 +1346,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
for (EmployeeRegistrationLeave leave : leaveList) {
leave.setInsuranceId(leave.getInsuranceIdOld());
// 待办理
leave.setDoStatusInsurance(CommonConstants.FIVE_STRING);
leave.setDoStatusInsurance(CommonConstants.FOUR_STRING);
}
leaveInsuranceMapper.updateLeaveInsuranceListByIdAndStatus(CommonConstants.FOUR_STRING, insuranceOldList);
}
......
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