Commit 5474767a7c7240db67603948fedda0550ec6bb27
1 parent
8d1d08bb26
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/YunBookbuildingService.java
View file @
5474767
... | ... | @@ -36,7 +36,7 @@ |
36 | 36 | |
37 | 37 | public List<Patients> queryPregnantWithQuery(PatientsQuery patientsQuery) { |
38 | 38 | MongoQuery query = patientsQuery.convertToQuery(); |
39 | - return yunBookBuildingDao.queryPatientWithQuery(query.addOrder(Sort.Direction.DESC, "id")); | |
39 | + return yunBookBuildingDao.queryPatientWithQuery(query.addOrder(Sort.Direction.DESC, "created")); | |
40 | 40 | } |
41 | 41 | |
42 | 42 | } |