|
@@ -253,6 +253,7 @@ public class GljtQxpzServiceImpl implements IGljtQxpzService
|
|
|
in.put("total", totalStats);
|
|
|
in.put("pcms", pc.getMs());
|
|
|
in.put("pcmc", pc.getPcmc());
|
|
|
+ in.put("pcId", pc.getId());
|
|
|
inList.add(in);
|
|
|
}
|
|
|
res.put("pcList", inList);
|
|
@@ -291,6 +292,7 @@ public class GljtQxpzServiceImpl implements IGljtQxpzService
|
|
|
String shortCode = SubCodeUtil.code2Short(streetCode.getCode());
|
|
|
List<GljtJfxx> downList = allList.stream().filter(a -> likeRight(shortCode, a.getXzqh())).collect(Collectors.toList());
|
|
|
in.put("areaName", streetCode.getName());
|
|
|
+ in.put("areaCode", streetCode.getCode());
|
|
|
for (SysDictData pc : dictDataList) {
|
|
|
List<GljtJfxx> pcList = downList.stream().filter(c -> StringUtils.equals(c.getBtbz(), pc.getDictValue())).collect(Collectors.toList());
|
|
|
Map<String, Object> in2 = new LinkedHashMap<>();
|