diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/DueOrgCountWorker.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/DueOrgCountWorker.java index 58f03d1..24d5e8f 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/DueOrgCountWorker.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/DueOrgCountWorker.java @@ -362,10 +362,7 @@ public class DueOrgCountWorker implements Callable>> { } babyModelQuery6.setBabyWeightStart("0"); babyModelQuery6.setBabyWeightEnd("2.6"); - if ("216".equals(hospialId)) - { - System.out.println("hospital id query " + babyModelQuery6.convertToQuery().convertToMongoQuery().toString()); - } + int lowWeightCount = babyService.queryBabyCount(babyModelQuery6); //低出生体重数 map.put("lowWeightCount", String.valueOf(lowWeightCount)); @@ -381,7 +378,7 @@ public class DueOrgCountWorker implements Callable>> { } patientsQuery1.setFmHospital(hospialId); patientsQuery1.setFmWeekStart(0); - patientsQuery1.setFmWeekEnd(36); + patientsQuery1.setFmWeekEnd(36*7); List patientses = patientsService.queryPatient(patientsQuery1); if (CollectionUtils.isNotEmpty(patientses)) {