From 4a50603db90d6a6a938d28bad399141d1111f6c3 Mon Sep 17 00:00:00 2001 From: yangduo Date: Tue, 15 Apr 2025 23:21:46 +0800 Subject: [PATCH] fix --- webapp/controller/SoloController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/SoloController.class.php b/webapp/controller/SoloController.class.php index 5670b16..ee9bba3 100644 --- a/webapp/controller/SoloController.class.php +++ b/webapp/controller/SoloController.class.php @@ -907,7 +907,7 @@ class SoloController $row = $conn->execQueryOne( 'SELECT coin_num, diamond_num FROM user WHERE accountid=:accountid;', array( - ':accountid' => $accountid + ':accountid' => $account_id ) );