Commit 274ce3855c10b48e8bbd34dc2f4cac47ff736c29

Authored by liquanyu
1 parent 7269078c80

区域孕妇

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ 274ce38
... ... @@ -636,6 +636,7 @@
636 636 //查询符合条件的孕妇
637 637 StopWatch stopWatch = new StopWatch("queryPatient1 -" + hospital);
638 638 stopWatch.start();
  639 + System.out.println("==========" + patientsQuery.convertToQuery().convertToMongoQuery());
639 640 List<Patients> patientses = patientsService.queryPatientBySort(patientsQuery, riskPatientsQueryRequest.getSort(), riskPatientsQueryRequest.getOrder());
640 641 stopWatch.stop();
641 642