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)) {