Commit c57fc6b0398fb8d9afd49d58f0c35b7724970c76
1 parent
ee9a942556
Exists in
master
and in
7 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 @
c57fc6b
... | ... | @@ -312,7 +312,7 @@ |
312 | 312 | antExRecordQuery.mysqlBuild(antExRecordDao.count(query)); |
313 | 313 | query.start(antExRecordQuery.getOffset()).end(antExRecordQuery.getLimit()); |
314 | 314 | } |
315 | - return antExRecordDao.queryRecord(query.addOrder(Sort.Direction.DESC, "modified")); | |
315 | + return antExRecordDao.queryRecord(query.addOrder(Sort.Direction.DESC, "checkTime")); | |
316 | 316 | } |
317 | 317 | |
318 | 318 |