This commit is contained in:
wangwei01 2019-07-15 14:33:32 +08:00
parent 9e5dcd3aeb
commit 53cbbcfeb4

View File

@ -418,7 +418,7 @@ class TankController{
}
$tank_id = $_REQUEST['tank_id'];
$free = $_REQUEST['free'];
$row = $conn->execQueryOne('SELECT tank_level, fragment_num fragment_id FROM tank WHERE accountid=:account_id AND tank_id=:tank_id;',
$row = $conn->execQueryOne('SELECT tank_level, fragment_num, fragment_id FROM tank WHERE accountid=:account_id AND tank_id=:tank_id;',
array(
':account_id' => $account_id,
':tank_id' => $tank_id