Commit b4d96b6016557ed51dd7001e316d93eeef0bccde

Authored by jiangjiazhi
1 parent 9690e9c00c

修改新电子病历

Showing 1 changed file with 4 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/ApplyOrderOutResult.java View file @ b4d96b6
... ... @@ -127,6 +127,10 @@
127 127 }
128 128  
129 129 public String getRecDoctor() {
  130 +
  131 + if(null==recDoctor){
  132 + return SPIT;
  133 + }
130 134 return recDoctor;
131 135 }
132 136