Commit 6bf2af69d004da586c1685982faf978732cb7551
1 parent
148e1e1861
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 1 additions and 1 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java
View file @
6bf2af6
... | ... | @@ -386,7 +386,7 @@ |
386 | 386 | LymsDict dict2=lymsDictService.getOne(wrapperLymsDict2); |
387 | 387 | inames+=dict2.getValue()+","; |
388 | 388 | } |
389 | - result.setIname(StringUtil.isNotEmpty(inames)?inames.substring(0, inames.length()-1):null); | |
389 | + result.setIname(StringUtil.isNotEmpty(inames)?inames.substring(0, inames.length()-1):""); | |
390 | 390 | //获得医生环信账号 |
391 | 391 | result.setDlogin(doctor.getDlogin()); |
392 | 392 | result.setDhxid(doctor.getHxid()); |