Commit 03896a5ef8d5e9d0678f4212b49b02d5f5aecf8e
1 parent
7e1e2e527b
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 @
03896a5
| ... | ... | @@ -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()) || |