From 826e5379cb4169e5305b4b0a3dad0e54702acf0b Mon Sep 17 00:00:00 2001 From: pengtao Date: Thu, 24 Oct 2019 10:25:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=A0=E9=80=92=E6=97=A5=E6=9C=9F=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daily_report/dreport.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daily_report/dreport.py b/daily_report/dreport.py index e1791ca..d391ac0 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -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']}'