diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java index 3de8eea..2991cc8 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java @@ -68,6 +68,7 @@ public class QuanChanPatientWorker implements Callable> { this.basicConfigService = basicConfigService; this.antExService = antExService; this.dischargeAbstractMotherService = dischargeAbstractMotherService; + this.matDeliverFollowService = matDeliverFollowService; }