feat: 切换 schema dump 基线并增强返点结算与管理校验
This commit is contained in:
@@ -35,7 +35,7 @@ final class AdminPlayerIndexController extends Controller
|
||||
|
||||
if ($keyword !== '') {
|
||||
$term = '%'.addcslashes($keyword, '%_\\').'%';
|
||||
$q->where(static function ($sub) use ($term): void {
|
||||
$q->where(static function ($sub) use ($term, $keyword): void {
|
||||
$sub->where('site_player_id', 'like', $term)
|
||||
->orWhere('username', 'like', $term)
|
||||
->orWhere('nickname', 'like', $term);
|
||||
|
||||
Reference in New Issue
Block a user