Commit 9dec8307 authored by hongguangwu's avatar hongguangwu

MVP1.5-薪资导入优化(社保基数)

parent c7a90977
...@@ -235,7 +235,7 @@ public class SysBaseSetInfoServiceImpl extends ServiceImpl<SysBaseSetInfoMapper, ...@@ -235,7 +235,7 @@ public class SysBaseSetInfoServiceImpl extends ServiceImpl<SysBaseSetInfoMapper,
List<SysPayProportion> payProportionList = sysBaseSetInfo.getFundProList(); List<SysPayProportion> payProportionList = sysBaseSetInfo.getFundProList();
Map<String, SysPayProportion> oldFundMap = new HashMap<>(); Map<String, SysPayProportion> oldFundMap = new HashMap<>();
if (old != null && Common.isNotNull(old.getFundProList())) { if (old != null && Common.isNotNull(old.getFundProList())) {
for (SysPayProportion payProportion : payProportionList) { for (SysPayProportion payProportion : old.getFundProList()) {
oldFundMap.put(payProportion.getId(), payProportion); oldFundMap.put(payProportion.getId(), payProportion);
} }
} }
......
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