hongjli
2025-05-21 9cca98d3f486495767ef745f7ada20042571f58d
aps-modules/aps-core/src/main/java/com/aps/core/service/impl/ApsGasPipingRouteStatServiceImpl.java
@@ -592,7 +592,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);
                        }
                    } else {