This commit is contained in:
lwl0608 2024-05-08 19:37:04 +08:00
parent d4a316aaae
commit b01fb20fdd
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class S:
formatted_dt = dt.strftime('%Y-%m-%d 00:00:00')
sql_q = "select ptime from vas_day_flow where ptime='{}'".format(get_time_str_by_ts(t))
rows = self.mysql_db_vas.query(sql_q)
rows = self.mysql_db_bi.query(sql_q)
if len(rows) > 0:
print(safe_get_int(rows[0], "flow"))
else: