Commit 3dfbdfd270544e2ab4535a013a4e5c18cb45babe
1 parent
701bb6d8fe
Exists in
master
and in
6 other branches
产妇查询
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 @
3dfbdfd
... | ... | @@ -664,6 +664,7 @@ |
664 | 664 | //查询符合条件的孕妇 |
665 | 665 | StopWatch stopWatch = new StopWatch("queryPatient1 -" + hospital); |
666 | 666 | stopWatch.start(); |
667 | + System.out.println(patientsQuery.convertToQuery().convertToMongoQuery().toString()); | |
667 | 668 | List<Patients> patientses = patientsService.queryPatientBySort(patientsQuery, riskPatientsQueryRequest.getSort(), riskPatientsQueryRequest.getOrder()); |
668 | 669 | stopWatch.stop(); |
669 | 670 |