Commit 1f44b0914419addbbc3a55cc52f3326949d39348
1 parent
a7b52f7300
Exists in
master
and in
6 other branches
改字段
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyeCheckServiceImpl.java
View file @
1f44b09
| ... | ... | @@ -119,7 +119,7 @@ |
| 119 | 119 | if(CollectionUtils.isNotEmpty(riskFactorNames)) { |
| 120 | 120 | for (int i = 0; i < riskFactorNames.size(); i++) { |
| 121 | 121 | if("其他".equals(riskFactorNames.get(i))) { |
| 122 | - riskFactorNames.set(i, "其他:" + map.get("riskFactorIdOther")); | |
| 122 | + riskFactorNames.set(i, "其他:" + map.get("riskFactorIdOther") == null ? "" : map.get("riskFactorIdOther").toString()); | |
| 123 | 123 | } |
| 124 | 124 | } |
| 125 | 125 | } |