likang 2 年之前
父節點
當前提交
f98ef56c87
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      catch/tag_history/controller/TagHistory.php

+ 1 - 1
catch/tag_history/controller/TagHistory.php

@@ -70,7 +70,7 @@ class TagHistory extends CatchController
         if (!empty($tage)) {
             $where[] = ['lable', 'in',  implode(",", $tage)];   
         }
-        if ($endtime == 1) {
+        if ($endtime == 1&&false) {
             //生成报告
             $end = time();
             if (empty($mac)) {