From 0901b2edaf1f2a991ccaad75b18913088f4b0279 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Fri, 31 Aug 2018 14:23:25 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9fc53e9..afdfa26 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 @@ -361,7 +361,7 @@ public class DueOrgCountWorker implements Callable>> { babyModelQuery6.setBirthEnd(DateUtil.getSNDate(time)[1]); } babyModelQuery6.setBabyWeightEnd("2.5"); - int lowWeightCount = babyService.queryBabyCount(babyModelQuery5); + int lowWeightCount = babyService.queryBabyCount(babyModelQuery6); //低出生体重数 map.put("lowWeightCount", String.valueOf(lowWeightCount)); -- 1.8.3.1