Commit dbb5baf3 authored by luhongguang's avatar luhongguang

update:快照调整

parent 9d4f6104
......@@ -444,6 +444,9 @@ class GoodsService
{
$subShopList = ShopService::getRelationShop($skuInfo["goods_sku_id"]);
$skuInfo["sub_shop"] = json_encode($subShopList);
if (empty($skuInfo["setmeal"])) {
$skuInfo["setmeal"] = json_encode([]);
}
GoodsSnapshot::insertRecord($skuInfo);
}
......
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