添加导出率

This commit is contained in:
pengtao 2019-10-23 10:56:42 +08:00
parent 1192ed3934
commit 800a863571
2 changed files with 2 additions and 12 deletions

View File

@ -87,15 +87,6 @@ class Report:
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):
activa_sql = f"""SELECT
count(distinct "#account_id")

View File

@ -68,7 +68,6 @@
{% endfor %}
</tr>
</tbody>
>
</table>