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