This commit is contained in:
aozhiwei 2023-12-26 15:49:01 +08:00
parent d9eeb30116
commit 1d891b05f7

View File

@ -150,6 +150,12 @@ class MatchController extends BaseAuthedController {
}
$matchInfo['state'] = 1;
{
$teamDb = $this->readTeamDb($r, $teamUuid);
array_push($matchInfo['team_list'], $teamDb);
}
{
$teamDb = $this->readTeamDb($r, $matchOkDb['target_team']);
array_push($matchInfo['team_list'], $teamDb);
}
}