Commit c77e83898efa6453f12215413816703d8d2fb356
1 parent
e3cf2798b8
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntenatalExaminationResult.java
View file @
c77e838
... | ... | @@ -378,7 +378,7 @@ |
378 | 378 | suppleOtherHigh(map); |
379 | 379 | } |
380 | 380 | setOtherRisk(list2); |
381 | - } else { | |
381 | + } else if(org.apache.commons.lang.StringUtils.isNotEmpty(destModel.getOtherRisk())){ | |
382 | 382 | Map map = JsonUtil.str2Obj(destModel.getOtherRisk(), Map.class); |
383 | 383 | suppleOtherHigh(map); |
384 | 384 | setOtherRisk(Arrays.asList(new Object[]{map})); |