Pārlūkot izejas kodu

综合调度修改排序

wangyangyang 4 gadi atpakaļ
vecāks
revīzija
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;
     }