From 2a4d67ca17630db911718c368b8ef9f9dbbf3a71 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Fri, 31 Aug 2018 11:58:09 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 29aa257..9fc53e9 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 @@ -357,8 +357,8 @@ public class DueOrgCountWorker implements Callable>> { babyModelQuery6.setHospitalId(hospialId); if (StringUtils.isNotEmpty(time)) { - babyModelQuery5.setBirthStart(DateUtil.getSNDate(time)[0]); - babyModelQuery5.setBirthEnd(DateUtil.getSNDate(time)[1]); + babyModelQuery6.setBirthStart(DateUtil.getSNDate(time)[0]); + babyModelQuery6.setBirthEnd(DateUtil.getSNDate(time)[1]); } babyModelQuery6.setBabyWeightEnd("2.5"); int lowWeightCount = babyService.queryBabyCount(babyModelQuery5); -- 1.8.3.1