mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Queue.php
This commit is contained in:
parent
ab445878f0
commit
8709a91849
@ -52,9 +52,9 @@ class Queue extends Controller
|
||||
}
|
||||
$this->title = '系统任务管理';
|
||||
$this->iswin = ProcessService::instance()->iswin();
|
||||
$query = $this->_query($this->table)->dateBetween('create_at');
|
||||
$query->timeBetween('enter_time,outer_time')->like('title,command');
|
||||
$query->equal('status')->order('id desc')->page();
|
||||
// 任务列表查询分页处理
|
||||
$query = $this->_query($this->table)->dateBetween('create_at')->timeBetween('enter_time,outer_time');
|
||||
$query->like('title,command')->equal('status')->order('id desc')->page();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user