fixbug
This commit is contained in:
parent
7d05904b64
commit
8804a8a69c
@ -579,7 +579,7 @@ class TapWeeklyReport:
|
||||
and date = '{self.day}'
|
||||
and order_posi = 1
|
||||
order by
|
||||
`diff_order` limit {self.limit};"""
|
||||
`diff_order` desc limit {self.limit};"""
|
||||
|
||||
data = self.db_conn.query(sql)
|
||||
#log.info(f"sql={sql}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user