Commit 9565b9ca by yangyang

虚实身份调整(海南)提交

parent 076b4dfc
......@@ -158,10 +158,13 @@ public class PeopleServiceImpl implements PeopleService {
List<Map<String, String>> list = ktInterfaceUtils.getMapByJson(resultJson);
if(list != null && list.size() > 0){
// receiving.setSfzh(list.get(0).get("JDCSYR_JTGLYWDXSFZMHM"));
PeopleInfo peopleInfo = new PeopleInfo();
peopleInfo.setObjectType("01");
peopleInfo.setObjectValue(list.get(0).get("JDCHPHM"));
childrenList.add(peopleInfo);
list.stream().forEach(p->{
PeopleInfo peopleInfo = new PeopleInfo();
peopleInfo.setObjectType("01");
peopleInfo.setObjectValue(p.get("JDCHPHM"));
childrenList.add(peopleInfo);
});
}
}
}
......
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