Commit 7604ccb9b3edfb84c92a12944058bb47e113538d

Authored by wangbo
1 parent 90699db8d1

update

Showing 1 changed file with 0 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ 7604ccb
... ... @@ -2015,8 +2015,6 @@
2015 2015 //贫血/高血压计算规则
2016 2016 Integer gxyKcal = this.getRounding((int) this.getKcal(bregmatic, residualWeight, low, high, week, bmiD, patients, patientWeight, heights, 1.12));
2017 2017 String gxyKcalStr = gxyKcal + "kcal";
2018   - System.out.println("贫血:" + gxyKcalStr);
2019   -
2020 2018 //获取慢性肝炎的计算规则
2021 2019 Integer mxgyKcal = this.getRounding((int) this.getHepatitisKcal(patientWeight, bregmatic, residualWeight, low, high, bmiD, week));
2022 2020 String mxgyKcalStr = mxgyKcal + "kcal";