From 41f0a42fa30974e97008fe1333619657b288d51b Mon Sep 17 00:00:00 2001 From: ljl Date: Wed, 17 Jan 2024 14:05:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/libs/controller/common/class.OverallController.php | 2 +- app/libs/controller/order/class.GoodsShortController.php | 2 +- app/libs/services/Goods/GoodsShortService.php | 2 +- app/libs/services/Goods/RsyncGoodsService.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/libs/controller/common/class.OverallController.php b/app/libs/controller/common/class.OverallController.php index 159ede4..78a5bff 100644 --- a/app/libs/controller/common/class.OverallController.php +++ b/app/libs/controller/common/class.OverallController.php @@ -4,7 +4,7 @@ use Exception\CheckClientException; use Service\Common\AreaService; use Service\FdsOrder\FdsOrderService; use Service\FulfillmentOrder\RsyncFulfillmentOrderService; -use Service\FulfillmentOrder\RsyncGoodsService; +use Service\Goods\RsyncGoodsService; use Service\Mall\MallService; use Service\Order\RsyncOrderService; use Service\Logistics\LogisticsService; diff --git a/app/libs/controller/order/class.GoodsShortController.php b/app/libs/controller/order/class.GoodsShortController.php index 2338f0b..89bcd04 100644 --- a/app/libs/controller/order/class.GoodsShortController.php +++ b/app/libs/controller/order/class.GoodsShortController.php @@ -1,6 +1,6 @@