From 91b913fadd282bea34f557655f6398d5903e7320 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 2 Jan 2024 15:14:02 +0800 Subject: [PATCH] 1 --- webapp/controller/MatchController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MatchController.class.php b/webapp/controller/MatchController.class.php index 64db3ccb..e53053e3 100644 --- a/webapp/controller/MatchController.class.php +++ b/webapp/controller/MatchController.class.php @@ -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();