添加导出率
This commit is contained in:
parent
1192ed3934
commit
800a863571
@ -87,15 +87,6 @@ class Report:
|
|||||||
self.project = project
|
self.project = project
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def get_data(self):
|
|
||||||
data = defaultdict(tuple)
|
|
||||||
fromappids = ()
|
|
||||||
for fromappid in fromappids:
|
|
||||||
activa, new, share, k = self.collect_tga(fromappid)
|
|
||||||
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")
|
||||||
|
@ -68,7 +68,6 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
>
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user