|
@@ -38,8 +38,8 @@
|
|
|
t1.advertiser_id as 'advertiserId',
|
|
|
t1.advertiser_name as 'advertiserName',
|
|
|
t1.product_id as 'productId',
|
|
|
- GROUP_CONCAT(DISTINCT t2.product_id) as 'productIds',
|
|
|
- GROUP_CONCAT(DISTINCT t2.product_name) as 'productName',
|
|
|
+ GROUP_CONCAT(DISTINCT t1.product_id) as 'productIds',
|
|
|
+ GROUP_CONCAT(DISTINCT t1.product_name) as 'productName',
|
|
|
t1.project_id as 'projectId',
|
|
|
t1.project_name as 'projectName',
|
|
|
GROUP_CONCAT(t2.account_id) as 'accountIds',
|