|
@@ -211,7 +211,7 @@ class UnitDailyReport:
|
|
|
`jeecg-boot`.ctop_account_attribution_info sys
|
|
|
on report.advertiser_id = sys.account_id
|
|
|
where report.stat_date between {start_time} and {end_time}
|
|
|
- where report.advertiser_id={account_id}""".\
|
|
|
+ and report.advertiser_id={account_id}""".\
|
|
|
format(start_time=self.start_time, end_time=self.end_time, account_id=account_id[0])
|
|
|
print(sql)
|
|
|
TidbConn.upsert(conn=self.conn, sql_buff=sql)
|