Merge pull request !256 from 杨建炊/fix-release-1.0.0/yjc-migrate
This commit is contained in:
杨建炊 2024-11-21 08:27:20 +00:00 committed by Gitee
commit 088d7dd306
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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;
}