Commit fa1a7da406eea5b121152f3e46a5c786928dd1ec
1 parent
58b888fc03
Exists in
master
and in
6 other branches
服务终止
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 @
fa1a7da
... | ... | @@ -252,6 +252,7 @@ |
252 | 252 | List<PatientService> patientServices = patientServiceService.queryPatientService(patientQuery); |
253 | 253 | if (CollectionUtils.isNotEmpty(patientServices)) {//修改 |
254 | 254 | PatientService patientService = patientServices.get(0); |
255 | + patientService.setSynStatus(1); | |
255 | 256 | patientService.setSerStatus(PatientSerEnums.SerStatusEnums.zt.getId()); |
256 | 257 | patientServiceService.updatePatientService(patientService); |
257 | 258 | } |
... | ... | @@ -269,6 +270,7 @@ |
269 | 270 | List<PatientService> patientServices = patientServiceService.queryPatientService(patientQuery); |
270 | 271 | if (CollectionUtils.isNotEmpty(patientServices)) {//修改 |
271 | 272 | PatientService patientService = patientServices.get(0); |
273 | + patientService.setSynStatus(1); | |
272 | 274 | patientService.setSerStatus(PatientSerEnums.SerStatusEnums.zt.getId()); |
273 | 275 | patientServiceService.updatePatientService(patientService); |
274 | 276 | } |