Commit 3f37ce44e210b760a5c8beb10c859eac3257bb4a
1 parent
0901b2edaf
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/worker/DueOrgCountWorker.java
View file @
3f37ce4
... | ... | @@ -360,6 +360,7 @@ |
360 | 360 | babyModelQuery6.setBirthStart(DateUtil.getSNDate(time)[0]); |
361 | 361 | babyModelQuery6.setBirthEnd(DateUtil.getSNDate(time)[1]); |
362 | 362 | } |
363 | + babyModelQuery6.setBabyWeightStart("0"); | |
363 | 364 | babyModelQuery6.setBabyWeightEnd("2.5"); |
364 | 365 | int lowWeightCount = babyService.queryBabyCount(babyModelQuery6); |
365 | 366 | //低出生体重数 |