This commit is contained in:
aozhiwei 2020-07-09 14:17:22 +08:00
parent b917f2299a
commit c4804cc540

View File

@ -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,