From c69ec8c177e1ff26e85a0b097d217e99357a26d3 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 8 Jul 2024 11:00:38 +0800 Subject: [PATCH] 1 --- webapp/models/Bag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/models/Bag.php b/webapp/models/Bag.php index 7dcd5524..20110202 100644 --- a/webapp/models/Bag.php +++ b/webapp/models/Bag.php @@ -322,7 +322,7 @@ class Bag extends BaseModel { myself()->_getMysql($accountId), 't_bag', array( - 'account_id' => myself()->_getAccountId(), + 'account_id' => $accountId, 'idx' => $itemUniId, ), array(