This commit is contained in:
milimoe 2026-05-12 23:11:20 +08:00
parent a1e136289c
commit bd2a127e71
Signed by: milimoe
GPG Key ID: 9554D37E4B8991D0

View File

@ -94,7 +94,7 @@ namespace Oshima.FunGame.WebAPI.Services
int offset = (page - 1) * pageSize;
sql.Parameters["@eid"] = eventId;
sql.ExecuteDataSet($@"
SELECT id, team1_name, team2_name, status, bet_deadline, stage, start_time
SELECT id, team1_name, team2_name, status, bet_deadline, stage, start_time, result
FROM csbetting_matches
WHERE event_id = @eid
ORDER BY