[游戏管理]用户管理-修复500报错
This commit is contained in:
@@ -24,7 +24,7 @@ class User extends Backend
|
||||
|
||||
protected array $withJoinTable = ['channel', 'admin'];
|
||||
|
||||
protected string|array $quickSearchField = ['id', 'username', 'phone', 'email', 'register_invite_code'];
|
||||
protected string|array $quickSearchField = ['id', 'username', 'phone'];
|
||||
|
||||
protected function initController(WebmanRequest $request): ?Response
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user