|
@@ -8,7 +8,7 @@
|
|
|
account_name as authName,
|
|
|
${filedAll}
|
|
|
FROM ctop_kuaishou_report_hourly_account t1
|
|
|
- WHERE t1.stat_date = #{statDate}
|
|
|
+ WHERE t1.stat_date = #{startDate}
|
|
|
and t1.`hour` <= #{hour}
|
|
|
AND t1.account_id in
|
|
|
<foreach item="item" index="index" collection="accountIds"
|