This commit is contained in:
aozhiwei 2024-01-02 15:14:02 +08:00
parent 1b2ff4ff00
commit 91b913fadd

View File

@ -207,7 +207,7 @@ class MatchController extends BaseAuthedController {
'zid' => '',
'node_id' => '',
'room_uuid' => '',
'start_time' => myself()->_GetNowTime(),
'start_time' => $matchOkDb['match_time'],
'team_list' => array()
);
$teamList = array();