浏览代码

BUG修改

xiao547607 3 年之前
父节点
当前提交
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<>();