deploy: auto commit server changes 2026-07-09 23:59:25

This commit is contained in:
hajimi
2026-07-09 23:59:25 +08:00
parent 34ff61d1ee
commit b584a8f98e
@@ -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', '%特定球员%');
}