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 6a38f05..dc5ca5e 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 @@ -2790,10 +2790,10 @@ public class PatientWeightServiceImpl extends BaseServiceImpl implements Patient for (String reis : reiskFactor) { //如果是妊娠期糖尿病病史 改成和 妊娠期糖尿病(无需药物治疗)取一样的内容 - if ("5bbc0fff422b03d4ad2bf955".equals(reis)) - { - reis = "5aab6d3d422b03d4ad2bf83e"; - } +// if ("5bbc0fff422b03d4ad2bf955".equals(reis)) +// { +// reis = "5aab6d3d422b03d4ad2bf83e"; +// } for (WeightReportModel weightReportModel : weightReport) { if (reis.equals(weightReportModel.getgDMId()) || reis.equals(weightReportModel.getoDIPId()) ||