feature: task
This commit is contained in:
parent
f131a658b7
commit
598f942afb
|
|
@ -105,7 +105,7 @@ class Task extends Backend
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$list[$k]['refuse_reason'] = $list['refuse_reason'] ?? '';
|
$list[$k]['refuse_reason'] = $row['refuse_reason'] ?? '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$result = array("total" => $list->total(), "rows" => $list->items());
|
$result = array("total" => $list->total(), "rows" => $list->items());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user