From bf9536673f7d0264328a4e66640fc6d3fb92d428 Mon Sep 17 00:00:00 2001 From: "litao@lymsh.com" Date: Mon, 18 Sep 2017 11:04:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E9=87=8D=E7=AE=A1=E7=90=86=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/operate/web/service/impl/PatientWeightServiceImpl.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java index cd926ae..1a2598f 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java @@ -626,9 +626,7 @@ public class PatientWeightServiceImpl extends BaseServiceImpl implements Patient for (int i = 0; i <= 40; i++) { normalMap.put(i, (highMap.get(i) + lowMap.get(i)) / 2); } - for (int i = 0; i <= 40; i++) { - xAxis.add(i); - } + Map reportModel = new HashMap<>(); Map series = new HashMap<>(); series.put("lowData", CollectionUtils.getValList(lowMap)); -- 1.8.3.1