@@ -647,6 +647,7 @@ ON report.account_id = video.advertiser_id AND report.material_id = video.materi
ON cua.user_id = su.id
where cua.project_id={project_id}
""".format(date_time=self.date_time, day_count=self.day_count, project_id=project_id[0])
+ print(sql)
TidbConn.upsert(conn=self.conn, sql_buff=sql)
self.conn.commit()
except Exception as e: