From 0966fafc54a80ca6634d7020324a734d282e603c Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期五, 13 十月 2023 13:17:49 +0800 Subject: [PATCH] ERP单据上传用户名称 --- src/main/java/com/zy/asrs/controller/AgvMobileController.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/controller/AgvMobileController.java b/src/main/java/com/zy/asrs/controller/AgvMobileController.java index d7b10ae..4e751e0 100644 --- a/src/main/java/com/zy/asrs/controller/AgvMobileController.java +++ b/src/main/java/com/zy/asrs/controller/AgvMobileController.java @@ -6,6 +6,7 @@ import com.zy.asrs.service.AgvBasDevpService; import com.zy.asrs.service.AgvMobileService; import com.zy.asrs.service.AgvWorkService; +import com.zy.asrs.service.OrderDetlService; import com.zy.common.web.BaseController; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PostMapping; @@ -31,6 +32,8 @@ private AgvBasDevpService agvBasDevpService; @Autowired private AgvWorkService workService; + @Autowired + private OrderDetlService orderDetlService; /* -- Gitblit v1.9.1