Merge pull request !158 from 赵世界/develop
This commit is contained in:
赵世界 2023-04-23 02:28:02 +00:00 committed by Gitee
commit 91a72bd9f8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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)