Commit 835d6afe507ad8259c2ed4d81485e3977b5130f2
1 parent
dd5ed70cfc
Exists in
master
and in
6 other branches
助产机构报表
Showing 1 changed file with 2 additions and 5 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/DueOrgCountWorker.java
View file @
835d6af
| ... | ... | @@ -362,10 +362,7 @@ |
| 362 | 362 | } |
| 363 | 363 | babyModelQuery6.setBabyWeightStart("0"); |
| 364 | 364 | babyModelQuery6.setBabyWeightEnd("2.6"); |
| 365 | - if ("216".equals(hospialId)) | |
| 366 | - { | |
| 367 | - System.out.println("hospital id query " + babyModelQuery6.convertToQuery().convertToMongoQuery().toString()); | |
| 368 | - } | |
| 365 | + | |
| 369 | 366 | int lowWeightCount = babyService.queryBabyCount(babyModelQuery6); |
| 370 | 367 | //低出生体重数 |
| 371 | 368 | map.put("lowWeightCount", String.valueOf(lowWeightCount)); |
| ... | ... | @@ -381,7 +378,7 @@ |
| 381 | 378 | } |
| 382 | 379 | patientsQuery1.setFmHospital(hospialId); |
| 383 | 380 | patientsQuery1.setFmWeekStart(0); |
| 384 | - patientsQuery1.setFmWeekEnd(36); | |
| 381 | + patientsQuery1.setFmWeekEnd(36*7); | |
| 385 | 382 | List<Patients> patientses = patientsService.queryPatient(patientsQuery1); |
| 386 | 383 | if (CollectionUtils.isNotEmpty(patientses)) |
| 387 | 384 | { |