From 53cbbcfeb43f8810d48b1f633c9fb71a77040f3d Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Mon, 15 Jul 2019 14:33:32 +0800 Subject: [PATCH] 1 --- webapp/controller/TankController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/TankController.class.php b/webapp/controller/TankController.class.php index bd37f78..d288f88 100644 --- a/webapp/controller/TankController.class.php +++ b/webapp/controller/TankController.class.php @@ -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