add bi
This commit is contained in:
parent
c2a4c9bce5
commit
040e5a9310
|
@ -18,7 +18,7 @@ class S:
|
|||
|
||||
def get_last_ptime(self):
|
||||
sql = '''select * from vas_yoy_flow order by ptime desc limit 1'''
|
||||
rows = self.mysql_db_vas.query(sql)
|
||||
rows = self.mysql_db_bi.query(sql)
|
||||
if len(rows) > 0:
|
||||
return rows[0].get("ptime")
|
||||
return ""
|
||||
|
|
Loading…
Reference in New Issue