|
@@ -683,6 +683,7 @@ FROM (
|
|
where cua.account_id = {account_id};""".format(date_time=self.date_time,
|
|
where cua.account_id = {account_id};""".format(date_time=self.date_time,
|
|
day_count=self.day_count,
|
|
day_count=self.day_count,
|
|
account_id=account_id[0])
|
|
account_id=account_id[0])
|
|
|
|
+ print(sql)
|
|
TidbConn.upsert(conn=self.conn, sql_buff=sql)
|
|
TidbConn.upsert(conn=self.conn, sql_buff=sql)
|
|
self.conn.commit()
|
|
self.conn.commit()
|
|
except Exception as e:
|
|
except Exception as e:
|