Commit d2c8b099 authored by jianghaiming's avatar jianghaiming

Merge branch 'pindan_activity_list_optimize' into develop

parents 769d01f1 8f8bc41a
......@@ -1402,6 +1402,9 @@ class MarketingService
*/
public static function getGoodsSkuListByMarketingIds($marketingIds,$needSoldNum=true)
{
if(empty($marketingIds)) {
return [];
}
$marketingGoodsList = MarketingGoods::marketingGoodsList(['marketing_id' => $marketingIds, "ORDER" => ["id" => "ASC"]]);
$goodsSkuList = $picUrl =[];
......
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