zhaoxian пре 4 година
родитељ
комит
2e5d0cb332

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/EtlKuaishouReportAccountDailyMapper.xml

@@ -112,7 +112,7 @@
                SUM(event_next_day_stay) as 'eventNextDayStay',
                SUM(form_count) as 'formCount',
                IFNULL(ROUND(SUM(charge) / SUM(activation), 2), 0) as 'activationCost',
-               IFNULL(ROUND(SUM(charge) / SUM(activation) * 1000, 2), 0) as 'impression1kCost',
+               IFNULL(ROUND(SUM(charge) / SUM(aclick) * 1000, 2), 0) as 'impression1kCost',
                IFNULL(ROUND(SUM(charge) / SUM(photo_click), 2), 0) as 'photoClickCost',
                IFNULL(ROUND(SUM(charge) / SUM(bclick), 2), 0) as 'actionCost',
                IFNULL(ROUND(SUM(charge) / SUM(download_started), 2), 0) as 'downloadStartedCost',