From 3f37ce44e210b760a5c8beb10c859eac3257bb4a Mon Sep 17 00:00:00 2001 From: liquanyu Date: Fri, 31 Aug 2018 14:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A9=E4=BA=A7=E6=9C=BA=E6=9E=84=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/platform/operate/web/worker/DueOrgCountWorker.java | 1 + 1 file changed, 1 insertion(+) 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 afdfa26..de44f06 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 @@ -360,6 +360,7 @@ public class DueOrgCountWorker implements Callable>> { babyModelQuery6.setBirthStart(DateUtil.getSNDate(time)[0]); babyModelQuery6.setBirthEnd(DateUtil.getSNDate(time)[1]); } + babyModelQuery6.setBabyWeightStart("0"); babyModelQuery6.setBabyWeightEnd("2.5"); int lowWeightCount = babyService.queryBabyCount(babyModelQuery6); //低出生体重数 -- 1.8.3.1