likang 2 vuotta sitten
vanhempi
commit
f98ef56c87
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)) {