xiao547607 3 éve
szülő
commit
ef99ad7d48

+ 1 - 1
web/src/main/java/com/jpsoft/employment/modules/mobile/controller/MessageNoticeApiController.java

@@ -191,7 +191,7 @@ public class MessageNoticeApiController {
 
         try {
             List<Sort> sortList = new ArrayList<>();
-            sortList.add(new Sort("a.create_time","asc"));
+            sortList.add(new Sort("a.create_time","desc"));
 
             Map<String,Object> searchParams = new HashMap<>();