|
@@ -42,7 +42,7 @@
|
|
|
<select id="queryTodaySumByHour" resultType="com.alibaba.fastjson.JSONObject">
|
|
|
SELECT
|
|
|
ROUND(sum(charge),2) cost,
|
|
|
- sum(photo_show) photoShow,
|
|
|
+ sum(`show`) photoShow,
|
|
|
sum(photo_click) photoClick,
|
|
|
sum(aClick) as aClick
|
|
|
FROM application.kuaishou_account_report_hourly_dw
|