后台任务列表搜索修改
This commit is contained in:
@@ -30,7 +30,7 @@ class Tasks extends adminApi
|
||||
public function task_list(){
|
||||
$page = input('page', 1);
|
||||
$page_limit = input('page_limit', 10);
|
||||
$seach_task_type = input('seach_task_type', '');
|
||||
$seach_task_type = input('task_type', '');
|
||||
$where=[];
|
||||
if($seach_task_type != ''){
|
||||
$where['task_type'] = $seach_task_type;
|
||||
|
||||
Reference in New Issue
Block a user