Commit dd5ed70cfc6e82cb7d748d0356c74521f16708ec
1 parent
256447b576
Exists in
master
and in
6 other branches
助产机构报表
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/DueOrgCountWorker.java
View file @
dd5ed70
... | ... | @@ -364,7 +364,7 @@ |
364 | 364 | babyModelQuery6.setBabyWeightEnd("2.6"); |
365 | 365 | if ("216".equals(hospialId)) |
366 | 366 | { |
367 | - System.out.println("hospital id query "+ babyModelQuery6.convertToQuery().convertToMongoQuery().toString()); | |
367 | + System.out.println("hospital id query " + babyModelQuery6.convertToQuery().convertToMongoQuery().toString()); | |
368 | 368 | } |
369 | 369 | int lowWeightCount = babyService.queryBabyCount(babyModelQuery6); |
370 | 370 | //低出生体重数 |
... | ... | @@ -377,7 +377,7 @@ |
377 | 377 | if (StringUtils.isNotEmpty(time)) |
378 | 378 | { |
379 | 379 | patientsQuery1.setFmDateStart(DateUtil.getSNDate(time)[0]); |
380 | - patientsQuery1.setFmDateEnd(DateUtil.getSNDate(time)[1]); | |
380 | + patientsQuery1.setFmDateEnd(DateUtil.addDay(DateUtil.getSNDate(time)[1],1)); | |
381 | 381 | } |
382 | 382 | patientsQuery1.setFmHospital(hospialId); |
383 | 383 | patientsQuery1.setFmWeekStart(0); |