فهرست منبع

综合调度修改排序

wangyangyang 4 سال پیش
والد
کامیت
1ff951aaf6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      sms_water/src/main/java/com/huaxu/service/impl/MonitorDataReportServiceImpl.java

+ 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;
     }