Commit 6fa4f9cea3ae646e1768d3a382b5ed623ad346b2
1 parent
959887e245
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
6fa4f9c
... | ... | @@ -895,7 +895,7 @@ |
895 | 895 | |
896 | 896 | //多线程 |
897 | 897 | patientsQuery.setIds(maternalDeliverParentIds); |
898 | - List <Patients> ps = patientsService.queryPatientBySort(patientsQuery, riskPatientsQueryRequest.getSort(), riskPatientsQueryRequest.getOrder()); | |
898 | + List <Patients> ps = patientsService.queryPatientBySort(patientsQuery, "modified","desc"); | |
899 | 899 | if (CollectionUtils.isNotEmpty(ps)) { |
900 | 900 | data = convertToHugeQuanWeight(ps); |
901 | 901 | } |