Commit 5792be16dad9859cae808c28c2718f4b406a1246
1 parent
3b86fa40e9
Exists in
master
and in
8 other branches
增加权限
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/PatientsService.java
View file @
5792be1
| ... | ... | @@ -41,7 +41,7 @@ |
| 41 | 41 | query.start(patientsQuery.getOffset()).end(patientsQuery.getLimit()); |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | - return iPatientDao.queryPatient(query.addOrder(Sort.Direction.ASC, "id")); | |
| 44 | + return iPatientDao.queryPatient(query.addOrder(Sort.Direction.DESC, "id")); | |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | /** |