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()); // 设置指南