This commit is contained in:
chenbo 2023-09-19 10:45:54 +08:00
parent 1deeb0f961
commit d1441a2f84

View File

@ -18,7 +18,7 @@ class ApproveLists extends BaseApiDataLists implements ListsSearchInterface
public function setSearch(): array public function setSearch(): array
{ {
$param = $this->request->param(); $param = $this->request->param();
if ($param['status'] == 0) { if ($param['check_status'] == 0) {
return [ return [
'=' =>['type'] '=' =>['type']
]; ];