From b502c67b65e5b4a83fe65d3f8d9bafc92e41088e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=B0=8F=E5=BC=A0?= <1085577365@qq.com> Date: Fri, 12 May 2023 18:09:39 +0800 Subject: [PATCH] =?UTF-8?q?App=E8=AE=A2=E5=8D=95=E3=80=81=E5=95=86?= =?UTF-8?q?=E5=93=81--=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shop/service/order/impl/StoreOrderTaskServiceImpl.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/yudao-module-mall/yudao-module-shop-biz/src/main/java/cn/iocoder/yudao/module/shop/service/order/impl/StoreOrderTaskServiceImpl.java b/yudao-module-mall/yudao-module-shop-biz/src/main/java/cn/iocoder/yudao/module/shop/service/order/impl/StoreOrderTaskServiceImpl.java index d909323bd..d954c88a6 100644 --- a/yudao-module-mall/yudao-module-shop-biz/src/main/java/cn/iocoder/yudao/module/shop/service/order/impl/StoreOrderTaskServiceImpl.java +++ b/yudao-module-mall/yudao-module-shop-biz/src/main/java/cn/iocoder/yudao/module/shop/service/order/impl/StoreOrderTaskServiceImpl.java @@ -22,7 +22,6 @@ import cn.iocoder.yudao.module.shop.service.product.StoreProductService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.core.annotation.OrderUtils; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.support.TransactionTemplate; @@ -68,9 +67,6 @@ public class StoreOrderTaskServiceImpl implements StoreOrderTaskService { @Autowired private ApiConfigApi apiConfigApi; - @Autowired - private OrderUtils orderUtils; - @Autowired private StoreProductAttrValueService attrValueService;