Commit 7e1e2e527b4b8d53f86176f67e0408a09c6bc771
1 parent
4479ea829c
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 4 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
7e1e2e5
... | ... | @@ -2790,10 +2790,10 @@ |
2790 | 2790 | for (String reis : reiskFactor) { |
2791 | 2791 | |
2792 | 2792 | //如果是妊娠期糖尿病病史 改成和 妊娠期糖尿病(无需药物治疗)取一样的内容 |
2793 | - if ("5bbc0fff422b03d4ad2bf955".equals(reis)) | |
2794 | - { | |
2795 | - reis = "5aab6d3d422b03d4ad2bf83e"; | |
2796 | - } | |
2793 | +// if ("5bbc0fff422b03d4ad2bf955".equals(reis)) | |
2794 | +// { | |
2795 | +// reis = "5aab6d3d422b03d4ad2bf83e"; | |
2796 | +// } | |
2797 | 2797 | |
2798 | 2798 | for (WeightReportModel weightReportModel : weightReport) { |
2799 | 2799 | if (reis.equals(weightReportModel.getgDMId()) || reis.equals(weightReportModel.getoDIPId()) || |