Commit a47f2b73 authored by hongguangwu's avatar hongguangwu

MVP1.7.5-薪资提交校验

parent 04a35429
......@@ -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