fixbug
This commit is contained in:
parent
b9352026ec
commit
c4819bd7e5
@ -545,6 +545,7 @@ class TapWeeklyReport:
|
||||
`order` desc limit {self.limit};"""
|
||||
|
||||
data = self.db_conn.query(sql)
|
||||
log.info(f"sql={sql}")
|
||||
if data:
|
||||
all_data[tap_type].append(data) # print(f"{tap_type}\t{data}")
|
||||
return all_data
|
||||
|
Loading…
x
Reference in New Issue
Block a user