From e6f02306628e67e5e2c226d11668e2166e9cf7f3 Mon Sep 17 00:00:00 2001 From: "litao@lymsh.com" Date: Tue, 24 Oct 2017 16:18:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/operate/web/service/impl/PatientWeightServiceImpl.java | 3 +++ 1 file changed, 3 insertions(+) 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 2981c89..521a000 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 @@ -401,6 +401,9 @@ public class PatientWeightServiceImpl extends BaseServiceImpl implements Patient map.put("hospitalName", couponMapper.getHospitalName(hospitalId)); map.put("date", ymdDate); map.put("nowWeight", nowWeight); + } else { + map.put("hospitalId2", hospitalId); + map.put("nowWeight2", nowWeight); } } } -- 1.8.3.1