Commit 54521f3f0fbab496b3d623752899e148cdf7bead
1 parent
f3dee26610
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 @
54521f3
... | ... | @@ -71,7 +71,7 @@ |
71 | 71 | query.start(patientsQuery.getOffset()).end(patientsQuery.getLimit()); |
72 | 72 | } |
73 | 73 | |
74 | - return iPatientDao.queryPatient(query.addOrder(Sort.Direction.DESC, "modified")); | |
74 | + return iPatientDao.queryPatient(query.addOrder(Sort.Direction.DESC, "created")); | |
75 | 75 | } |
76 | 76 | |
77 | 77 | public int queryPatientCount(PatientsQuery patientsQuery) { |