likang 2 年之前
父節點
當前提交
e58e601786
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {