[游戏管理]用户管理-修复500报错

This commit is contained in:
2026-04-16 14:32:56 +08:00
parent a9a66063b4
commit 7aaa66d2dc

View File

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