11-18需求

This commit is contained in:
杨建炊 2024-11-21 16:26:46 +08:00
parent 9628d56779
commit a89d0d78cd

View File

@ -132,7 +132,7 @@ class GoodsSkusController extends Controller
return GoodsSkuResource::collection($goodsSkus)->additional($data);
}
private function buildExternals($ids)
private function buildExternals(&$ids)
{
$fields = implode(',', [
'shop_id',
@ -180,6 +180,7 @@ class GoodsSkusController extends Controller
$externals[$id][] = $businessOrderItem;
}
return $externals;
}