Commit a9b64dde authored by jianghaiming's avatar jianghaiming

Merge branch 'jielong' into test

parents 253aa0f5 59d33f9f
......@@ -953,7 +953,7 @@ class MarketingService
$takePlaces = TakePlace::select("*", ["take_place_id" => $takePlaceIds]);
}
$info['goods_list'] = $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