From b917f2299a89bb61be0f1edd3cbf9acea982081f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 9 Jul 2020 13:22:41 +0800 Subject: [PATCH] 1 --- webapp/controller/TeamController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/TeamController.class.php b/webapp/controller/TeamController.class.php index eb7ed48..94f176d 100644 --- a/webapp/controller/TeamController.class.php +++ b/webapp/controller/TeamController.class.php @@ -230,8 +230,8 @@ class TeamController{ 'rank' => $rank, 'equip_id' => $equip_id, 'game_times' => $row['game_times'], - 'game_times' => $row['game_times'], - 'game_times' => $row['game_times'], + 'win_times' => $row['win_times'], + 'kills' => $row['kills'], )); $r->set(TEAMID_KEY . $team_uuid, json_encode($user_db)); $r -> pexpire(TEAMID_KEY . $team_uuid, 1000 * 600);