Commit b26e73343c9c90e7da68f5506dec1d2b645b9481

Authored by liquanyu
1 parent d35a045bba

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 @ b26e733
... ... @@ -93,7 +93,7 @@
93 93 return -1;
94 94 }
95 95 if (((CheckResponse)a).getApplyDate().before(((CheckResponse)a).getApplyDate())) {
96   - return 1;
  96 + return -1;
97 97 }
98 98 return -1;
99 99 }