likang 2 anos atrás
pai
commit
f98ef56c87
1 arquivos alterados com 1 adições e 1 exclusões
  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)) {