This commit is contained in:
yangduo 2025-04-08 18:35:36 +08:00
parent 110ac60883
commit 134607115b

View File

@ -1859,7 +1859,7 @@ class ActivityController
'SELECT num FROM bag WHERE accountid=:accountid AND id=:id;', 'SELECT num FROM bag WHERE accountid=:accountid AND id=:id;',
array( array(
':accountid' => $account_id, ':accountid' => $account_id,
':id' => $id ':id' => $cost_strings[0]
) )
); );