From b584a8f98ea4c5307bfa394b801828e4c5200c99 Mon Sep 17 00:00:00 2001 From: hajimi Date: Thu, 9 Jul 2026 23:59:25 +0800 Subject: [PATCH] deploy: auto commit server changes 2026-07-09 23:59:25 --- server/app/api/controller/MatchController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/app/api/controller/MatchController.php b/server/app/api/controller/MatchController.php index 22a8b53..9e479ef 100644 --- a/server/app/api/controller/MatchController.php +++ b/server/app/api/controller/MatchController.php @@ -520,8 +520,7 @@ class MatchController extends BaseApiController $limit = min(max($this->request->get('limit/d', 120), 1), 300); $validShowTypes = ['live', 'today', 'early']; - $query = MatchOdds::where('sport_type', 'FT') - ->where('league_name', 'like', '%世界杯%'); + $query = MatchOdds::where('sport_type', 'FT'); if (!$includeSpecial) { $query->where('league_name', 'not like', '%特定球员%'); }