Commit 611466a0a8a230033a4149d017ed91aab735e814

Authored by jiangjiazhi
1 parent b73b58ee96

修改新电子病历

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java View file @ 611466a
... ... @@ -138,6 +138,8 @@
138 138 patients.setBookbuildingDate(new Date());
139 139 patients.setBookbuildingDoctor(null);
140 140 patients.setBuildType(2);
  141 + patients.setServiceType(ServiceTypeEnums.STANDARD_SERVICE.getId());
  142 + patients.setServiceStatus(ServiceStatusEnums.STANDARD_OPEN.getId());
141 143 id=patientsService.addPatient(patients).getId();
142 144 }
143 145 }