Commit bfa3adb8 authored by hongguangwu's avatar hongguangwu

MVP1.7.9-修改商险自动化

parent 7a6c50a7
......@@ -142,7 +142,7 @@ public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMappe
List<TEmployeeInsurancePre> newList = newInfo.getInsurancePreList();
String diffTitle = null;
String logId = UUID.randomUUID().toString();
String logId = String.valueOf(UUID.randomUUID()).replaceAll("-", "");
// 要保存的明细
List<TEmployeePreLogDetail> detailList = new ArrayList<>();
// 档案信息修改
......@@ -211,6 +211,9 @@ public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMappe
this.setLogBaseInfo(empPreId, newInsurance, null, user, differenceInsuranceKey, logId, detailInsuranceLog);
detailList.add(detailInsuranceLog);
}
} else {
// 没有调整的
saveOrUpdateList.add(newInsurance);
}
}
}
......
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