Browse Source

jdsl;kfaj;lfdsj;l

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 4 years ago
parent
commit
af9cf8d58d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flask_app.py

+ 1 - 1
flask_app.py

@@ -227,7 +227,7 @@ def report_test():
     try:
         task_id = request.args.get('id', default=0, type=int)
         report_push = ReportPush('bi_report')
-        result = report_push.report_push_test(task_id)
+        result = report_push.report_data_query(task_id)
     except Exception as e:
         print(str(e))
         result['error'] = str(e)