Commit e9b88dafdd8467931986caf41d641d2e414106dd

Authored by liquanyu
1 parent 5a17403201

服务开通

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceSysFacade.java View file @ e9b88da
... ... @@ -129,6 +129,8 @@
129 129 patientService.setStatus(1);
130 130 }
131 131  
  132 + patientService.setSynStatus(2);
  133 +
132 134 patientServiceFacade.setServiceRecordAdd(patientService,patients);
133 135  
134 136 patientServiceService.addPatientService(patientService);