From 9205677a01b20f4ef3361e00129411e7aeb2b9cd Mon Sep 17 00:00:00 2001 From: liquanyu Date: Tue, 6 Nov 2018 09:34:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=A8=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/platform/operate/web/worker/QuanChanPatientWorker.java | 1 + 1 file changed, 1 insertion(+) 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; } -- 1.8.3.1