From 134607115b17c18336e33a36f782d46951296661 Mon Sep 17 00:00:00 2001 From: yangduo Date: Tue, 8 Apr 2025 18:35:36 +0800 Subject: [PATCH] fix --- webapp/controller/ActivityController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/ActivityController.class.php b/webapp/controller/ActivityController.class.php index b068b30..bef9e06 100644 --- a/webapp/controller/ActivityController.class.php +++ b/webapp/controller/ActivityController.class.php @@ -1859,7 +1859,7 @@ class ActivityController 'SELECT num FROM bag WHERE accountid=:accountid AND id=:id;', array( ':accountid' => $account_id, - ':id' => $id + ':id' => $cost_strings[0] ) );