添加导出率
This commit is contained in:
parent
4c097e8b5d
commit
87f094960e
@ -96,7 +96,7 @@ class Report:
|
|||||||
data[fromappid] = (activa, new, share, k)
|
data[fromappid] = (activa, new, share, k)
|
||||||
|
|
||||||
|
|
||||||
def get_all_data(self, args):
|
def get_all_data(self, **args):
|
||||||
activa_sql = f"""SELECT
|
activa_sql = f"""SELECT
|
||||||
count(distinct "#account_id")
|
count(distinct "#account_id")
|
||||||
FROM
|
FROM
|
||||||
@ -204,7 +204,7 @@ class Report:
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
def get_input_fromappid(self, args):
|
def get_input_fromappid(self, **args):
|
||||||
activa_sql = f"""SELECT
|
activa_sql = f"""SELECT
|
||||||
count(distinct "#account_id")
|
count(distinct "#account_id")
|
||||||
FROM
|
FROM
|
||||||
@ -264,7 +264,7 @@ class Report:
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
def get_output_fromappid(self, args):
|
def get_output_fromappid(self, **args):
|
||||||
jump_sql = f"""SELECT
|
jump_sql = f"""SELECT
|
||||||
count("#account_id"),count(distinct "#account_id")
|
count("#account_id"),count(distinct "#account_id")
|
||||||
FROM
|
FROM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user