mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
鲜花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');
|
||||
$skus = GoodsSku::query()
|
||||
->whereIn('id', $itemIds)
|
||||
->get()
|
||||
->pluck(null, 'id')
|
||||
->toArray();
|
||||
$stock = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user