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