|
@@ -214,7 +214,7 @@ public class WorkWindowController {
|
|
|
|
|
|
List<Sort> sortList = new ArrayList<>();
|
|
|
sortList.add(new Sort("a.station_id","asc"));
|
|
|
- sortList.add(new Sort("a.create_time","asc"));
|
|
|
+ sortList.add(new Sort("a.update_time","desc"));
|
|
|
|
|
|
if (StringUtils.isNotEmpty(stationId)) {
|
|
|
searchParams.put("stationId",stationId);
|
|
@@ -245,7 +245,7 @@ public class WorkWindowController {
|
|
|
|
|
|
List<Sort> sortList = new ArrayList<>();
|
|
|
sortList.add(new Sort("a.station_id","asc"));
|
|
|
- sortList.add(new Sort("a.create_time","asc"));
|
|
|
+ sortList.add(new Sort("a.update_time","desc"));
|
|
|
|
|
|
if (StringUtils.isNotEmpty(stationId)) {
|
|
|
searchParams.put("stationId",stationId);
|