Commit d92b05262bb77eab689127d1aa6d71b3cf2f945a
1 parent
5d90b69c1d
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/facade/PatientServiceFacade.java
View file @
d92b052
... | ... | @@ -545,7 +545,7 @@ |
545 | 545 | jsonObject.put("pid", ps.getPid()); |
546 | 546 | jsonObject.put("serType", ps.getSerType()); |
547 | 547 | //指定医生 |
548 | - jsonObject.put("serDoct", ps.getSerDoct()); | |
548 | + jsonObject.put("serDoct", ps.getSerDoct()==null?"":ps.getSerDoct()); | |
549 | 549 | //服务状态 |
550 | 550 | jsonObject.put("serStatus", ps.getSerStatus()); |
551 | 551 | jsonObject.put("hospitalId", ps.getHospitalId()); |