From 7e1e2e527b4b8d53f86176f67e0408a09c6bc771 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Tue, 2 Feb 2021 18:16:36 +0800 Subject: [PATCH] update --- .../operate/web/service/impl/PatientWeightServiceImpl.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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()) || -- 1.8.3.1