Commit 7b1e9f5a44d26d94491dfcd1f2b9df45e0582713
1 parent
f4b3b1f440
Exists in
master
and in
6 other branches
荣成接口
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/rcfy/RcGlxtService.java
View file @
7b1e9f5
... | ... | @@ -169,7 +169,7 @@ |
169 | 169 | { |
170 | 170 | diagnosis+=" "+model.getDiagnosisOther(); |
171 | 171 | } |
172 | - else | |
172 | + else if (StringUtils.isNotEmpty(model.getDiagnosisOther())) | |
173 | 173 | { |
174 | 174 | diagnosis+=model.getDiagnosisOther(); |
175 | 175 | } |
... | ... | @@ -250,7 +250,7 @@ |
250 | 250 | { |
251 | 251 | diagnosis+=" "+model.getDiagnosisOther(); |
252 | 252 | } |
253 | - else | |
253 | + else if (StringUtils.isNotEmpty(model.getDiagnosisOther())) | |
254 | 254 | { |
255 | 255 | diagnosis+=model.getDiagnosisOther(); |
256 | 256 | } |