添加导出率

This commit is contained in:
pengtao 2019-10-22 17:55:31 +08:00
parent 4c097e8b5d
commit 87f094960e

View File

@ -96,7 +96,7 @@ class Report:
data[fromappid] = (activa, new, share, k)
def get_all_data(self, args):
def get_all_data(self, **args):
activa_sql = f"""SELECT
count(distinct "#account_id")
FROM
@ -204,7 +204,7 @@ class Report:
return None
def get_input_fromappid(self, args):
def get_input_fromappid(self, **args):
activa_sql = f"""SELECT
count(distinct "#account_id")
FROM
@ -264,7 +264,7 @@ class Report:
return None
def get_output_fromappid(self, args):
def get_output_fromappid(self, **args):
jump_sql = f"""SELECT
count("#account_id"),count(distinct "#account_id")
FROM