Browse Source

Merge branch '20250331_sun' of sckj/mz-cloud into master

sckj 1 week ago
parent
commit
eab77b6f26

+ 1 - 0
ruoyi-modules/mz-gljt/src/main/java/com/ruoyi/gljt/service/impl/GljtQxpzServiceImpl.java

@@ -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);