wangyangyang 4 роки тому
батько
коміт
1ff951aaf6

+ 1 - 1
sms_water/src/main/java/com/huaxu/service/impl/MonitorDataReportServiceImpl.java

@@ -1075,7 +1075,7 @@ public class MonitorDataReportServiceImpl implements MonitorDataReportService {
                 waterSupplyCharts.add(i, temp);
             }
         }
-        waterSupplyCharts.sort(Comparator.comparing(WaterSupplyChart::getSort).reversed());
+        waterSupplyCharts.sort(Comparator.comparing(WaterSupplyChart::getSort));
         return waterSupplyCharts;
     }