新版流量池提交
This commit is contained in:
@@ -84,7 +84,7 @@ class GetPoolListController extends BaseController
|
||||
'wa.avatar', 'wa.gender', 'wa.nickname', 'wa.region',
|
||||
'wt.tags'
|
||||
])
|
||||
->join('traffic_source ts', 'tp.identifier = ts.identifier', 'RIGHT')
|
||||
->join('traffic_source_v1 ts', 'tp.identifier = ts.identifier', 'RIGHT')
|
||||
->join('company c', 'ts.companyId = c.companyId', 'LEFT')
|
||||
->join('wechat_account wa', 'tp.wechatId = wa.wechatId', 'LEFT')
|
||||
->join('wechat_tag wt', 'wa.wechatId = wt.wechatId', 'LEFT');
|
||||
|
||||
Reference in New Issue
Block a user