Commit 4f8e8782 authored by luhongguang's avatar luhongguang

update:门店操作

parent 3933a1ff
...@@ -290,7 +290,7 @@ class GoodsService ...@@ -290,7 +290,7 @@ class GoodsService
$subShopIds = explode(",", $subShopIdStr); $subShopIds = explode(",", $subShopIdStr);
ShopService::dealShopId($subShopIds, $shopId); ShopService::dealShopId($subShopIds, $shopId);
$list = GoodsSkuSubShop::select("*", ["goods_sku_id" => $skuId, "sub_shop_id" => $subShopIds]); $list = GoodsSkuSubShop::select("*", ["goods_sku_id" => $skuId]);
if (!empty($list)) { if (!empty($list)) {
$goodsSkuSubShopIds = []; $goodsSkuSubShopIds = [];
foreach ($list as $item) { foreach ($list as $item) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment