chengwl 4 年之前
父節點
當前提交
44007e626a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/IndexController.php

+ 1 - 1
controllers/IndexController.php

@@ -82,7 +82,7 @@ class IndexController extends Controller
           foreach($metrics as $metric){
             $lis[]=$metric;
             if($i%10==0||count($metrics)==$i){
-                $response = $this->getReport($analytics);
+                $response = $this->getReport($analytics,$list);
                 $this->printResults($response);
                 $list=[];
             }