传递日期参数

This commit is contained in:
pengtao 2019-10-24 10:25:57 +08:00
parent a5f8571754
commit 826e5379cb

View File

@ -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']}'