后台任务列表搜索修改

This commit is contained in:
2026-01-23 14:15:05 +08:00
parent 0eb1d25bb3
commit 84a2cdf67c

View File

@@ -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;