Commit 4479ea829c6f334422a5d0d5934ec395b7d549e5
1 parent
0d8ee7a397
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 7 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
4479ea8
... | ... | @@ -2788,6 +2788,13 @@ |
2788 | 2788 | return new BaseObjectResponse().setErrorcode(ErrorCodeConstants.NO_DATA).setErrormsg("对象值为空!").setData(""); |
2789 | 2789 | } else { |
2790 | 2790 | for (String reis : reiskFactor) { |
2791 | + | |
2792 | + //如果是妊娠期糖尿病病史 改成和 妊娠期糖尿病(无需药物治疗)取一样的内容 | |
2793 | + if ("5bbc0fff422b03d4ad2bf955".equals(reis)) | |
2794 | + { | |
2795 | + reis = "5aab6d3d422b03d4ad2bf83e"; | |
2796 | + } | |
2797 | + | |
2791 | 2798 | for (WeightReportModel weightReportModel : weightReport) { |
2792 | 2799 | if (reis.equals(weightReportModel.getgDMId()) || reis.equals(weightReportModel.getoDIPId()) || |
2793 | 2800 | reis.equals(weightReportModel.getMedicationDiabetesID())) { |