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