Commit 02b33655 authored by suntengda's avatar suntengda

update 拼单小程序活动列表新版接口 支付成功页运营位配置测试

parent f071c65b
......@@ -417,7 +417,7 @@ class MarketingService
*/
public static function pindanActiveBasicList($excludeMarketingId='',$limit=2,$needSkuList=true)
{
$limit += 1;//查询结果需要排除掉传递的活动,所以需要多取一条
!empty($excludeMarketingId) && $limit += 1;//查询结果需要排除掉传递的活动,所以需要多取一条
$where["marketing_type"] = Marketing::MARKETING_TYPE_PINDAN;
$where['online_status'] = Marketing::ONLINE_STATUS_QIDONG;
$where += self::getStartEndTimeFilter(MarketingPindan::ACTIVITY_STATUS_IN_PROGRESS);
......
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