Commit 4a820382ab3697fa6a2062a480a20d67862e50c1

Authored by liquanyu
1 parent 3da6c474e2
Exists in master and in 1 other branch dev

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 @ 4a82038
... ... @@ -548,7 +548,7 @@
548 548 query.setPage(page);
549 549 query.setLimit(limit);
550 550 query.setNeed("true");
551   - query.setSort(" PUBLISH_TIME DESC ");
  551 + query.setSort(" CHECK_TIME,ID DESC ");
552 552  
553 553 query.setPhones(phones);
554 554 query.setVcCardNos(vcCardNos);