From 03896a5ef8d5e9d0678f4212b49b02d5f5aecf8e Mon Sep 17 00:00:00 2001 From: liquanyu Date: Tue, 2 Feb 2021 18:21:27 +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 dc5ca5e..6a38f05 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