소스 검색

BUG修改

xiao547607 3 년 전
부모
커밋
ef99ad7d48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/main/java/com/jpsoft/employment/modules/mobile/controller/MessageNoticeApiController.java

+ 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<>();