From 9202ff768ed91fd01db0918dd9efd98c0c65b64d Mon Sep 17 00:00:00 2001 From: pengtao Date: Thu, 24 Oct 2019 10:32:32 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily_report/dreport.py b/daily_report/dreport.py index d391ac0..9d2f7e5 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -178,7 +178,7 @@ class Report: jumpout_sql = f"""SELECT count(distinct "#account_id") FROM - v_event_19 + v_event_{args['suffix']} where "$part_event"='event_1_4' and gameid='{args['gameid']}'