|
@@ -1499,7 +1499,7 @@
|
|
|
SUM(event_credit_grant_landing_page) as 'eventCreditGrantLandingPage',
|
|
|
SUM(event_next_day_stay) as 'eventNextDayStay',
|
|
|
SUM(form_count) as 'formCount',
|
|
|
- ROUND(SUM(play_3s_ratio * aclick), 2) as 'play3sCount'
|
|
|
+ SUM(play_3s_ratio * aclick) as 'play3sCount'
|
|
|
FROM ctop_kuaishou_report_daily_account
|
|
|
WHERE stat_date = DATE_FORMAT(date_sub(now(), interval 1 day), '%Y-%m-%d')
|
|
|
GROUP BY account_id
|