传递日期参数

This commit is contained in:
pengtao 2019-10-24 10:32:32 +08:00
parent 826e5379cb
commit 9202ff768e

View File

@ -178,7 +178,7 @@ class Report:
jumpout_sql = f"""SELECT jumpout_sql = f"""SELECT
count(distinct "#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']}'