Commit 3839843b authored by jianghaiming's avatar jianghaiming

updateS:Et

parent 59d33f9f
...@@ -952,7 +952,7 @@ class MarketingService ...@@ -952,7 +952,7 @@ class MarketingService
$takePlaces = TakePlace::select("*", ["take_place_id" => $takePlaceIds]); $takePlaces = TakePlace::select("*", ["take_place_id" => $takePlaceIds]);
} }
$info['goods_list'] = !empty($goodsSkuList) : $goodsSkuList : []; $info['goods_list'] = !empty($goodsSkuList) ? $goodsSkuList : [];
$info['take_place'] = $takePlaces; $info['take_place'] = $takePlaces;
return $info; return $info;
} }
......
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