传递日期参数
This commit is contained in:
parent
a5f8571754
commit
826e5379cb
@ -136,7 +136,7 @@ class Report:
|
||||
timeonlie_sql = f"""SELECT
|
||||
sum(cast(online_duration as int))
|
||||
FROM
|
||||
v_event_19
|
||||
v_event_{args['suffix']}
|
||||
where
|
||||
"$part_event"='event_21_2'
|
||||
and gameid='{args['gameid']}'
|
||||
@ -265,7 +265,7 @@ class Report:
|
||||
jump_sql = f"""SELECT
|
||||
count("#account_id"),count(distinct "#account_id")
|
||||
FROM
|
||||
v_event_19
|
||||
v_event_{args['suffix']}
|
||||
where
|
||||
"$part_event"='event_1_4'
|
||||
and gameid='{args['gameid']}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user