Commit 2c719ce12d35e0d5db6ea322191fc042e31e9a2a
1 parent
6718f07299
Exists in
master
and in
8 other branches
增加设置parentid
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/ApplyOrderService.java
View file @
2c719ce
| ... | ... | @@ -41,7 +41,7 @@ |
| 41 | 41 | query.start(babyQuery.getOffset()).end(babyQuery.getLimit()); |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | - return iReferralApplyOrderDao.queryList(query.addOrder(Sort.Direction.DESC, "id")); | |
| 44 | + return iReferralApplyOrderDao.queryList(query.addOrder(Sort.Direction.DESC, "modified")); | |
| 45 | 45 | // return iReferralApplyOrderDao.queryList(babyQuery.convertToQuery()); |
| 46 | 46 | } |
| 47 | 47 |