Commit 5864bcd914d5ba0540ce09d1489ac2f78513f7dc
1 parent
af5e9ffc93
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 5 additions and 5 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
5864bcd
... | ... | @@ -822,11 +822,11 @@ |
822 | 822 | Map<String, String> kmap = getComputeKul(Double.parseDouble(patientWeight.getBeforeWeight()), |
823 | 823 | Double.parseDouble(nowWeight), week, bmi, patientWeight.getBregmatic(), patientWeight.getBeforeHeight()); |
824 | 824 | |
825 | - if (3 == type) { | |
826 | - kmap.put("type", "3"); | |
827 | - } else { | |
828 | - kmap.put("type", null); | |
829 | - } | |
825 | +// if (3 == type) { | |
826 | +// kmap.put("type", "3"); | |
827 | +// } else { | |
828 | +// kmap.put("type", null); | |
829 | +// } | |
830 | 830 | |
831 | 831 | if (1 == type) { |
832 | 832 | setGuide(week, map, patientWeight.getHospitalId()); // 设置指南 |