Commit 95d4a4ee by YANGYANG

海南虚实身份去掉 手机号拿imei imsi

parent cbc2a350
...@@ -105,13 +105,13 @@ public class PeopleServiceImpl implements PeopleService { ...@@ -105,13 +105,13 @@ public class PeopleServiceImpl implements PeopleService {
List xssfxxList = new ArrayList(); List xssfxxList = new ArrayList();
List<PeopleInfo> jzInfo = getSjSmInfo(objectType, objectValue); List<PeopleInfo> jzInfo = getSjSmInfo(objectType, objectValue);
for (PeopleInfo peopleInfo1 : jzInfo) { /*for (PeopleInfo peopleInfo1 : jzInfo) {
if ("04".equals(peopleInfo1.getObjectType())) { if ("04".equals(peopleInfo1.getObjectType())) {
List list = getXnXxInfo(peopleInfo1.getObjectType(), peopleInfo1.getObjectValue()); List list = getXnXxInfo(peopleInfo1.getObjectType(), peopleInfo1.getObjectValue());
peopleInfo1.setChildren(list); peopleInfo1.setChildren(list);
xssfxxList.add(peopleInfo1); xssfxxList.add(peopleInfo1);
} }
} }*/
List childrenList = new ArrayList(); List childrenList = new ArrayList();
childrenList.addAll(jzInfo); childrenList.addAll(jzInfo);
......
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