Commit ba30e9ca322b3c8bc005c76aef42636df21484c6
1 parent
3429a0ae09
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/AntExRecordService.java
View file @
ba30e9c
... | ... | @@ -228,7 +228,7 @@ |
228 | 228 | antExRecordQuery.mysqlBuild(antExRecordDao.count(query)); |
229 | 229 | query.start(antExRecordQuery.getOffset()).end(antExRecordQuery.getLimit()); |
230 | 230 | } |
231 | - return antExRecordDao.queryRecord(query); | |
231 | + return antExRecordDao.queryRecord(query.addOrder(Sort.Direction.DESC,"modified")); | |
232 | 232 | } |
233 | 233 | |
234 | 234 |