Commit 059462d6 authored by fangxinjiang's avatar fangxinjiang

Merge remote-tracking branch 'origin/MVP1.7.5' into MVP1.7.5

parents 4ea207b4 2b89cdc1
......@@ -166,9 +166,10 @@ public class TInsuranceUnpurchasePersonServiceImpl extends ServiceImpl<TInsuranc
if (listVoR != null && listVoR.getData() != null
&& listVoR.getData().getListVo() != null && !listVoR.getData().getListVo().isEmpty()) {
List<String> socialList = listVoR.getData().getListVo();
Map<String, String> socialMap = new HashMap<>();
Map<String, Integer> socialMap = new HashMap<>();
Integer value = CommonConstants.ONE_INT;
for (String s : socialList) {
socialMap.put(s, s);
socialMap.put(s, value);
}
// 更新为是在保
List<String> updateZero = new ArrayList<>();
......
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