传递日期参数
This commit is contained in:
parent
046f113fad
commit
403c9856c3
@ -263,7 +263,7 @@ class Report:
|
|||||||
|
|
||||||
def get_output_fromappid(self, **args):
|
def get_output_fromappid(self, **args):
|
||||||
log.info(f"gameid={args['gameid']} P{args}")
|
log.info(f"gameid={args['gameid']} P{args}")
|
||||||
if args['gameid'] in (2001, 2002):
|
if args['gameid'] not in (2001, 2002):
|
||||||
jump_sql = f"""SELECT
|
jump_sql = f"""SELECT
|
||||||
count("#account_id"),count(distinct "#account_id")
|
count("#account_id"),count(distinct "#account_id")
|
||||||
FROM
|
FROM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user