From 5864bcd914d5ba0540ce09d1489ac2f78513f7dc Mon Sep 17 00:00:00 2001 From: liquanyu Date: Mon, 28 Dec 2020 10:21:22 +0800 Subject: [PATCH] update --- .../operate/web/service/impl/PatientWeightServiceImpl.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 ae8c5dc..107287c 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 @@ -822,11 +822,11 @@ public class PatientWeightServiceImpl extends BaseServiceImpl implements Patient Map kmap = getComputeKul(Double.parseDouble(patientWeight.getBeforeWeight()), Double.parseDouble(nowWeight), week, bmi, patientWeight.getBregmatic(), patientWeight.getBeforeHeight()); - if (3 == type) { - kmap.put("type", "3"); - } else { - kmap.put("type", null); - } +// if (3 == type) { +// kmap.put("type", "3"); +// } else { +// kmap.put("type", null); +// } if (1 == type) { setGuide(week, map, patientWeight.getHospitalId()); // 设置指南 -- 1.8.3.1