likang 2 gadi atpakaļ
vecāks
revīzija
e58e601786
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      catch/tag_history/controller/TagHistory.php

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

@@ -114,7 +114,7 @@ class TagHistory extends CatchController
         }
 
 
-        $list = $this->tagHistoryModel->group('mac,lable')->where('addTime','>',strtotime("-1 hour"))->where($where)
+        $list = $this->tagHistoryModel->group('mac,lable')->where('addTime','>',strtotime("-10 minutes"))->where($where)
             ->field('mac,lable')->select()->toArray();
        
         foreach ($list as $key => $value) {