From c4804cc54007bfc65d3b54d9f685a14a518d12f1 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 9 Jul 2020 14:17:22 +0800 Subject: [PATCH] 1 --- webapp/controller/TeamController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/TeamController.class.php b/webapp/controller/TeamController.class.php index 94f176d..5c964cb 100644 --- a/webapp/controller/TeamController.class.php +++ b/webapp/controller/TeamController.class.php @@ -213,7 +213,7 @@ class TeamController{ $equip_id = $_REQUEST['equip_id']; } $accountid = $_REQUEST['account_id']; - $conn = $this->getMysql($account_id); + $conn = $this->getMysql($accountid); $row = $conn->execQueryOne('SELECT game_times, win_times, kills FROM user WHERE accountid=:accountid;', array( 'accountid' => $accountid,