fix data
This commit is contained in:
parent
1103d670fa
commit
89303b7b72
@ -34,7 +34,7 @@ class TapWeeklyReport:
|
||||
for tap_type in tap_types:
|
||||
sql = f"""select
|
||||
gameid,
|
||||
min(`order`), max(order)
|
||||
min(`order`), max(`order`)
|
||||
from
|
||||
taptap_collect
|
||||
where
|
||||
|
Loading…
x
Reference in New Issue
Block a user