Commit 399734298b330bd25d725d1f328b46ec2fa1ba09
1 parent
b13c93f071
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
3997342
| ... | ... | @@ -364,7 +364,7 @@ |
| 364 | 364 | PatientsQuery patientsQuery1 = new PatientsQuery(); |
| 365 | 365 | patientsQuery1.setPid(pid); |
| 366 | 366 | patientsQuery1.setType(1); |
| 367 | - List<Patients> patientses1 = patientsService.findLatelyCreated(patientsQuery1.convertToQuery().addOrder(Sort.Direction.ASC, "created")); | |
| 367 | + List<Patients> patientses1 = patientsService.findLatelyCreated(patientsQuery1.convertToQuery().addOrder(Sort.Direction.ASC, "bookbuildingDate")); | |
| 368 | 368 | |
| 369 | 369 | Date min = null; |
| 370 | 370 | if (CollectionUtils.isNotEmpty(patientses1)) { |