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)) {
         if (!empty($tage)) {
             $where[] = ['lable', 'in',  implode(",", $tage)];   
             $where[] = ['lable', 'in',  implode(",", $tage)];   
         }
         }
-        if ($endtime == 1) {
+        if ($endtime == 1&&false) {
             //生成报告
             //生成报告
             $end = time();
             $end = time();
             if (empty($mac)) {
             if (empty($mac)) {