|
@@ -205,7 +205,7 @@ class AccountHourlyReport:
|
|
|
left join
|
|
|
`jeecg-boot`.ctop_account_attribution_info sys
|
|
|
on report.advertiser_id = sys.account_id
|
|
|
- where report.stat_date between {start_date} and {end_date}
|
|
|
+ where report.stat_date between {start_time} and {start_time}
|
|
|
order by account_id,hour,stat_date limit {num},20000
|
|
|
""".format(start_time=self.start_time, end_time=self.end_time, num=i * 20000)
|
|
|
print(sql)
|