From 2599a8ec6c683c5f0a9e6b02b7a3982c7df9b441 Mon Sep 17 00:00:00 2001 From: wangbo <184677810@qq.com> Date: Sat, 16 Mar 2019 17:30:19 +0800 Subject: [PATCH] update --- .../lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java | 1 - 1 file changed, 1 deletion(-) 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 f81ce19..9487fdf 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 @@ -2028,7 +2028,6 @@ public class PatientWeightServiceImpl extends BaseServiceImpl implements Patient //甲亢计算规则 Integer gkKcal = this.getRounding((int) this.getKcal(bregmatic, residualWeight, low, high, week, bmiD, patients, patientWeight, heights, 1.45)); String gkKcalStr = gkKcal + "kcal"; - System.out.println("甲亢计算规则" + gkKcalStr); //甲减计算规则 Integer gjKcal = this.getRounding((int) this.getKcal(bregmatic, residualWeight, low, high, week, bmiD, patients, patientWeight, heights, 1.45)); String gjKcalStr = gjKcal + "kcal"; -- 1.8.3.1