Commit 2599a8ec6c683c5f0a9e6b02b7a3982c7df9b441
1 parent
2f6ec570a6
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 0 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
2599a8e
... | ... | @@ -2028,7 +2028,6 @@ |
2028 | 2028 | //甲亢计算规则 |
2029 | 2029 | Integer gkKcal = this.getRounding((int) this.getKcal(bregmatic, residualWeight, low, high, week, bmiD, patients, patientWeight, heights, 1.45)); |
2030 | 2030 | String gkKcalStr = gkKcal + "kcal"; |
2031 | - System.out.println("甲亢计算规则" + gkKcalStr); | |
2032 | 2031 | //甲减计算规则 |
2033 | 2032 | Integer gjKcal = this.getRounding((int) this.getKcal(bregmatic, residualWeight, low, high, week, bmiD, patients, patientWeight, heights, 1.45)); |
2034 | 2033 | String gjKcalStr = gjKcal + "kcal"; |