This commit is contained in:
aozhiwei 2023-12-26 19:03:43 +08:00
parent f6fff0d16c
commit 93fc71290e

View File

@ -164,9 +164,6 @@ class MatchController extends BaseAuthedController {
private function matchOk($r, $teamUuid, $currMatchDb) private function matchOk($r, $teamUuid, $currMatchDb)
{ {
{
$r->del(MATCH_CURRENT_TEAM_KEY);
}
{ {
$matchOkDb = array( $matchOkDb = array(
'target_team' => $currMatchDb['current_team'], 'target_team' => $currMatchDb['current_team'],