Commit 8e00a754 authored by jianghaiming's avatar jianghaiming

update:St

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