Commit 03dbf29a799894832c5690ca3bba7540410dd8fc

Authored by jiangjiazhi
1 parent e9f35365ce

全部孕妇管理增加按照排序

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 @ 03dbf29
... ... @@ -600,7 +600,7 @@
600 600 //查询符合条件的孕妇
601 601 StopWatch stopWatch = new StopWatch("queryPatient1 -" + hospital);
602 602 stopWatch.start();
603   - List<Patients> patientses = patientsService.queryPatient1(patientsQuery, "modified");
  603 + List<Patients> patientses = patientsService.queryPatientBySort(patientsQuery, riskPatientsQueryRequest.getSort(),riskPatientsQueryRequest.getOrder());
604 604 stopWatch.stop();
605 605  
606 606 logger.info(stopWatch.toString());