mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2026-06-04 19:42:13 +00:00
result
This commit is contained in:
parent
a1e136289c
commit
bd2a127e71
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user