_getSelfMysql(), 't_bag', array( 'account_id' => myself()->_getAccountId(), 'item_id' => $itemId, ) ); if ($row) { $row['item_uniid'] = $row['idx']; if ($row['account_id'] != myself()->_getAccountId()) { if (!NftService::isEquipOwner(myself()->_getAddress(), $row['token_id'])) { $row = null; } } } return $row; } }