Commit f59516d4 authored by suntengda's avatar suntengda

update 活动详情 生活号管理员id

parent 6099cd4e
......@@ -1053,6 +1053,16 @@ class MarketingService
return $info;
}
/**
* 获取生活号加入生活圈天数
* @param $createTime
* @return false|float
*/
private static function countAccountRegisterDays($createTime)
{
return ceil((time() - strtotime($createTime)) / 86400);
}
/**
* 拼单活动详情
* @param $params
......@@ -1181,6 +1191,7 @@ class MarketingService
return $info;
}
public static function getMarketingList($params)
{
$where['marketing_id'] = !empty($params['marketing_id']) ? $params['marketing_id'] : '';
......
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