feat: #10000 更新

This commit is contained in:
赵世界 2023-04-23 10:27:18 +08:00
parent 31067093b1
commit 152ee15308

View File

@ -139,7 +139,7 @@ class BusinessGoodsSkusController extends Controller
'external_sku_id' => $item['external_sku_id'], 'external_sku_id' => $item['external_sku_id'],
'shop_price' => $shopPrice, 'shop_price' => $shopPrice,
]; ];
$shopNames = $shopNames ?: array_keys($shopNames); $shopNames = $shopNames ?: array_keys($shopPrice);
} }
$shops = Shop::query() $shops = Shop::query()
->where('plat_id', Shop::$PLAT_KTT) ->where('plat_id', Shop::$PLAT_KTT)