This commit is contained in:
aozhiwei 2023-12-26 18:10:57 +08:00
parent 6bdf42690b
commit 596204edca

View File

@ -148,8 +148,14 @@ class MatchController extends BaseAuthedController {
if (!$found) {
$this->matchOk($r, $teamUuid, $val);
$this->fillMatchInfo($r, $teamUuid, $matchInfo, $this->readMatchOk($r, $teamUuid));
array_push($delTeams, $key);
}
}
}//end foreach $currMatchDb
if (count($delTeams) > 0) {
foreach ($delTeams as $id) {
unset($delTeams[$id]);
}
}
}
}