新版流量池提交
This commit is contained in:
@@ -72,7 +72,11 @@ class GetConvertedListWithInCompanyV1Controller extends BaseController
|
||||
'f.tags', 'f.createTime', TrafficSourceModel::STATUS_PASSED . ' status'
|
||||
]
|
||||
)
|
||||
// ========== 旧版流量池代码(已废弃) ==========
|
||||
// ->join('traffic_pool_v1 p', 'p.identifier=s.identifier')
|
||||
// ========== 新版流量池代码 ==========
|
||||
->join('traffic_pool p', 'p.identifier=s.identifier')
|
||||
// ========== 旧版流量池代码结束 ==========
|
||||
->join('wechat_account w', 'p.wechatId=w.wechatId')
|
||||
->join('wechat_friendship f', 'w.wechatId=f.wechatId and f.deleteTime=0')
|
||||
->order('s.id desc');
|
||||
|
||||
Reference in New Issue
Block a user