sfd
2025-05-16 8b7999959a5d41c841b918b67c1e836592bc5f00
aps-modules/aps-core/src/main/java/com/aps/core/service/impl/ApsGasPipingRouteStatServiceImpl.java
@@ -649,7 +649,7 @@
                            List<ApsResourceDateStat> tempList = new ArrayList<>(dayMap.values());
                            HashMap<String, List<ApsResourceDateStat>> temp = new HashMap<>();
                            temp.put(processName + "-" + plant, tempList);
                            temp.put(processName + "_" + plant, tempList);
                            processList.add(temp);
                        }
                    }