Commit 12d51fa2b943b10c3865aacdf77e24f61e99229d

Authored by liquanyu
1 parent 21c31a36a7

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LisFacade.java View file @ 12d51fa
... ... @@ -595,7 +595,7 @@
595 595 query.setLimit(limit);
596 596 query.setNeed("true");
597 597 // query.setSort(" CHECK_TIME,ID DESC ");
598   - query.setSort(" PUBLISH_TIME DESC ");
  598 + query.setSort(" APPLY_TIME DESC ");
599 599  
600 600 query.setPhones(phones);
601 601 query.setVcCardNos(vcCardNos);