From f12d82c18acaeb1cae0d116016396ae188f135ea Mon Sep 17 00:00:00 2001 From: yangduo Date: Fri, 3 Jan 2025 13:29:49 +0800 Subject: [PATCH] fix --- webapp/controller/RechargeController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index e095142..87c93c5 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -179,7 +179,7 @@ class RechargeController } $ret = $conn->execScript( - 'UPDATE recharge SET first_data=:first_data, recharge_diamond:=recharge_diamond, present_diamond=:present_diamond, modify_time=:modify_time' . + 'UPDATE recharge SET first_data=:first_data, recharge_diamond=:recharge_diamond, present_diamond=:present_diamond, modify_time=:modify_time' . ' WHERE accountid=:accountid;', array( ':accountid' => $account_id,