This commit is contained in:
aozhiwei 2024-07-03 11:01:29 +08:00
parent 3b5f2fc16e
commit d19eb275e7

View File

@ -120,7 +120,7 @@ class Nft extends BaseModel
't_nft', 't_nft',
array( array(
'owner_address' => LOCK_CONTRACT_ADDRESS, 'owner_address' => LOCK_CONTRACT_ADDRESS,
'last_owner_address' => $account, 'last_lock_address' => $account,
'token_type' => $type, 'token_type' => $type,
'deleted' => 0, 'deleted' => 0,
), ),