deploy: auto commit server changes 2026-07-09 23:59:25
This commit is contained in:
@@ -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', '%特定球员%');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user