Commit bf7bdc627c19a0da3c97a8d7ee86a042f02ba1e8

Authored by jiangjiazhi
1 parent 3a3214e02e

修改新电子病历

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/MatDeliverListResult.java View file @ bf7bdc6
... ... @@ -139,6 +139,8 @@
139 139 type="1";
140 140 }else if(2==patients.getBuildType()) {
141 141 type="2";
  142 + }else if(0==patients.getBuildType()) {
  143 + type="3";
142 144 }
143 145 }
144 146