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