Commit 8cb0e6da9a99725cc31f5f50cc0bd6111111166d

Authored by liquanyu
1 parent 8dab085120

医院基础列表

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SmsConfigFacade.java View file @ 8cb0e6d
... ... @@ -465,6 +465,7 @@
465 465 organizationQuery.setNeed("true");
466 466 organizationQuery.setPage(page);
467 467 organizationQuery.setLimit(limit);
  468 + organizationQuery.setSort("modified desc");
468 469 }
469 470  
470 471 List<Integer> typeList = new ArrayList();