Commit ef1ce13a3527e9ec35dcacca246ae93e5a0478c1

Authored by liquanyu
1 parent d05768e4f9

update

Showing 1 changed file with 3 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CheckPointCountWorker.java View file @ ef1ce13
... ... @@ -103,11 +103,13 @@
103 103 buildCount = patientsService.queryPatientCount(patientsQuery);
104 104 }
105 105  
  106 + System.out.println("checkPoint buildCount = "+patientsQuery.convertToQuery().convertToMongoQuery());
106 107 AntExChuQuery antExChuQuery1 = new AntExChuQuery();
107 108 antExChuQuery1.setHospitalId(hId);
108 109 antExChuQuery1.setCheckTimeStart(checkStartTime);
109   - antExChuQuery1.setCreatedTimeEnd(checkEndTime);
  110 + antExChuQuery1.setCheckTimeEnd(checkEndTime);
110 111 antExChuQuery1.setYn(YnEnums.YES.getId());
  112 + System.out.println("checkPoint chuCount = " + antExChuQuery1.convertToQuery().convertToMongoQuery());
111 113 int chuCount = antenatalExaminationService.queryAntExChuCount(antExChuQuery1.convertToQuery());
112 114  
113 115 AntExQuery antExQuery = new AntExQuery();