Commit b13eb3fb authored by fangxinjiang's avatar fangxinjiang

优化-fxj

parent 6e6b48b2
......@@ -913,9 +913,9 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
paramVo.setDeptNo(registrationOld.getDeptNo());
insuranceDaprUtil.updateInsurancePreRenewToIsLeave(paramVo);
//勾选商险后 离职确认后,对该人员在该项目下的已投保未过期且有效的商险数据进行打标“可替换”
//勾选商险后 离职确认后,对该人员在该项目下的已投保未过期且有效的商险数据进行打标“可替换”
if (Common.isNotNull(leave.getDoType())) {
if (leave.getDoType().contains(CommonConstants.THREE_STRING)) {
if (!leave.getDoType().contains(CommonConstants.THREE_STRING)) {
updateInsuranceReplaceTagBySingle(registrationOld.getEmpIdcard(), registrationOld.getDeptNo(), user.getNickname(),user.getId());
}
}
......
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