This commit is contained in:
songliang 2023-01-09 14:38:08 +08:00
parent ebd9a23731
commit 87aeb283cd

View File

@ -817,7 +817,7 @@ class MarketController extends BaseController {
for ($x = $start; $x < $page_end; $x++) {
$row = $rows[$x%$page_size];
$nftDb = Nft::findNftByOwner($row['owner_address'], $row['token_id']);
$nftDb = Nft::getNft($row['token_id']);
if (!$nftDb) {
myself()->_rspErr(1, 'nft not exists');
return;