鲜花2.0-接口测试bug修复
This commit is contained in:
parent
cccebe685f
commit
de8ecd514e
@ -112,6 +112,7 @@ class GoodsCombinationController extends Controller
|
|||||||
$itemIds = array_column($combinationGoods, 'item_id');
|
$itemIds = array_column($combinationGoods, 'item_id');
|
||||||
$skus = GoodsSku::query()
|
$skus = GoodsSku::query()
|
||||||
->whereIn('id', $itemIds)
|
->whereIn('id', $itemIds)
|
||||||
|
->get()
|
||||||
->pluck(null, 'id')
|
->pluck(null, 'id')
|
||||||
->toArray();
|
->toArray();
|
||||||
$stock = [];
|
$stock = [];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user