likang %!s(int64=2) %!d(string=hai) anos
pai
achega
3f76274223
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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("-4 hour"))->where($where)
+        $list = $this->tagHistoryModel->group('mac,lable')->where('addTime','>',strtotime("-1 hour"))->where($where)
             ->field('mac,lable')->select()->toArray();
        
         foreach ($list as $key => $value) {