修改Query
This commit is contained in:
parent
3f888f909a
commit
5fa78eda58
@ -111,6 +111,10 @@ class CatchQuery extends Query
|
||||
{
|
||||
$params = \request()->param();
|
||||
|
||||
if (empty($params)) {
|
||||
return $this;
|
||||
}
|
||||
|
||||
return $this->withSearch(array_keys($params), Utils::filterSearchParams($params));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user