|
|
@@ -272,10 +272,7 @@ public class LocalBusPatientService extends BaseService<BusPatientMapper, BusPat
|
|
|
patient.setId(existPatient.getId());
|
|
|
this.updateById(patient);
|
|
|
patientOperator.setClinicId(patient.getClinicId());
|
|
|
-
|
|
|
- CompletableFuture.runAsync(() -> {
|
|
|
- wsPublishUtils.publishPatientMonitor(originPatientInfo.getId(), patient.getTenantId());
|
|
|
- });
|
|
|
+ wsPublishUtils.publishPatientMonitor(originPatientInfo.getId(), patient.getTenantId());
|
|
|
}
|
|
|
|
|
|
/**
|