From 6493587ed06aefa54ac32cbc9fbefa6859a28a0a Mon Sep 17 00:00:00 2001 From: wangbo <184677810@qq.com> Date: Sat, 16 Mar 2019 19:59:53 +0800 Subject: [PATCH] update --- .../platform/operate/web/service/impl/PatientWeightServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 834b546..a07d4bb 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 @@ -2032,7 +2032,7 @@ public class PatientWeightServiceImpl extends BaseServiceImpl implements Patient String gjKcalStr = gjKcal + "kcal"; //获取改孕妇的高危项 String risk = patients.getRiskLevelId(); - if (risk.contains("eb146c03-b19f-4e28-b85f-fda574b2283b") || risk.contains("224b2329-cb82-4da3-a071-8527f8283aab")) { + if (risk.contains("eb146c03-b19f-4e28-b85f-fda574b2283b")) { return new BaseObjectResponse().setErrorcode(ErrorCodeConstants.DEPT_NOT_EXISTS).setErrormsg("警告").setData("该风险已超过管控范围,请到医生处进行咨询"); } else { //获取视图 -- 1.8.3.1