Commit 5f530313 authored by suntengda's avatar suntengda

Merge branch 'pindan_activity_list_optimize' into develop

parents 6b317be3 128a59c3
......@@ -435,6 +435,9 @@ class MarketingService
if($excludeMarketingId && isset($list[$excludeMarketingId])){
unset($list[$excludeMarketingId]);
}
if (empty($list)) {
return [];//排除后已无数据
}
//获取活动sku列表
if($needSkuList) {
$skuList = self::getGoodsSkuListByMarketingIds(array_keys($list),false);
......
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