Commit 6493587ed06aefa54ac32cbc9fbefa6859a28a0a
1 parent
7604ccb9b3
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
6493587
... | ... | @@ -2032,7 +2032,7 @@ |
2032 | 2032 | String gjKcalStr = gjKcal + "kcal"; |
2033 | 2033 | //获取改孕妇的高危项 |
2034 | 2034 | String risk = patients.getRiskLevelId(); |
2035 | - if (risk.contains("eb146c03-b19f-4e28-b85f-fda574b2283b") || risk.contains("224b2329-cb82-4da3-a071-8527f8283aab")) { | |
2035 | + if (risk.contains("eb146c03-b19f-4e28-b85f-fda574b2283b")) { | |
2036 | 2036 | return new BaseObjectResponse().setErrorcode(ErrorCodeConstants.DEPT_NOT_EXISTS).setErrormsg("警告").setData("该风险已超过管控范围,请到医生处进行咨询"); |
2037 | 2037 | } else { |
2038 | 2038 | //获取视图 |