From 4c897b105196a49092b2a2cdb89143096c5dc82d Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Wed, 12 Jun 2024 16:57:56 +0800 Subject: [PATCH] 1 --- webapp/models/Nft.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/models/Nft.php b/webapp/models/Nft.php index b58e30a0..903eb833 100644 --- a/webapp/models/Nft.php +++ b/webapp/models/Nft.php @@ -119,7 +119,8 @@ class Nft extends BaseModel myself()->_getMarketMysql(), 't_nft', array( - 'owner_address' => $account, + 'owner_address' => LOCK_CONTRACT_ADDRESS, + 'last_owner_address' => $account, 'token_type' => $type, 'deleted' => 0, ),