|
@@ -111,9 +111,9 @@ report.union_event_pay_purchase_amount_7d_roi
|
|
from (select * from media_api.kuaishou_agent_report_daily where stat_date={date_time}
|
|
from (select * from media_api.kuaishou_agent_report_daily where stat_date={date_time}
|
|
and advertiser_id in(
|
|
and advertiser_id in(
|
|
select advertiser_id from media_api.kuaishou_account_report_daily where stat_date={date_time}
|
|
select advertiser_id from media_api.kuaishou_account_report_daily where stat_date={date_time}
|
|
-and charge>0
|
|
|
|
|
|
+and charge>0)
|
|
) report
|
|
) report
|
|
-inner JOIN (
|
|
|
|
|
|
+left JOIN (
|
|
SELECT
|
|
SELECT
|
|
cua.account_id id,
|
|
cua.account_id id,
|
|
cua.account_id account_id,
|
|
cua.account_id account_id,
|