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