From 582c1d50227d64b4e9fe4b363a1a6ef98599a9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=BB=BA=E7=82=8A?= <924182103@qq.com> Date: Wed, 11 Dec 2024 11:12:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E6=95=B0=E6=8D=AE=E7=94=9F?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/GoodSku/GoodSkuService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/GoodSku/GoodSkuService.php b/app/Services/GoodSku/GoodSkuService.php index d06096b..5aff7bc 100644 --- a/app/Services/GoodSku/GoodSkuService.php +++ b/app/Services/GoodSku/GoodSkuService.php @@ -126,7 +126,7 @@ class GoodSkuService ->groupBy('external_sku_id')->get()->toArray(); Log::info("盘点未发货数据",[$unshippedDataCollect]); - + $ids = []; //重组订单 foreach ($unshippedDataCollect as $businessOrderItem) { if (is_null($businessOrderItem['goods_sku'])) {