|
@@ -351,6 +351,7 @@ public class GljtQxpzServiceImpl implements IGljtQxpzService
|
|
|
in.put("df", getTypeStats(pcList.stream().filter(a -> StringUtils.equals(a.getFflx(), "0")).collect(Collectors.toList())));
|
|
|
in.put("bf", getTypeStats(pcList.stream().filter(a -> StringUtils.equals(a.getFflx(), "1")).collect(Collectors.toList())));
|
|
|
in.put("zj", getTypeStats(pcList.stream().filter(a -> StringUtils.equals(a.getFflx(), "2")).collect(Collectors.toList())));
|
|
|
+ in.put("plzj", getTypeStats(pcList.stream().filter(a -> StringUtils.equals(a.getFflx(), "3")).collect(Collectors.toList())));
|
|
|
Map<String, Object> totalStats = calculateTotalStats2(in);
|
|
|
in.put("total", totalStats);
|
|
|
res.put(pc.getDictLabel(), in);
|