Merge remote-tracking branch 'remotes/origin/feature/v3-siAccountBalance-1208' into release/2.4.2.2212.03
This commit is contained in:
commit
cea78e6594
|
|
@ -2321,14 +2321,22 @@ public class SIAccountServiceImpl extends Service implements SIAccountService {
|
|||
map.put("insuranceName", item.getLabel());
|
||||
map.put("insuranceId", insuranceId);
|
||||
map.put("insuranceValue", dataMap.get(domkey[0]));
|
||||
perList.add(map);
|
||||
if (map.get("insuranceValue") != null && !"".equals(map.get("insuranceValue"))) {
|
||||
|
||||
perList.add(map);
|
||||
}
|
||||
|
||||
} else if (group.getTitle().contains("公司")) {
|
||||
map.put("title", group.getTitle());
|
||||
map.put("paymentScope", "公司");
|
||||
map.put("insuranceName", item.getLabel());
|
||||
map.put("insuranceId", insuranceId);
|
||||
map.put("insuranceValue", dataMap.get(domkey[0]));
|
||||
comList.add(map);
|
||||
if (map.get("insuranceValue") != null && !"".equals(map.get("insuranceValue"))) {
|
||||
|
||||
comList.add(map);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue