This commit is contained in:
songliang 2023-06-30 17:39:38 +08:00
parent a236553bdd
commit 27fc5bf0e4
2 changed files with 3 additions and 0 deletions

View File

@ -1333,6 +1333,8 @@ class MarketController extends BaseController {
private function listMySelledNfts($account, $type)
{
error_log('listMySelledNfts ' . $account . ' ' . $type);
$conn = myself()->_getMarketMysql('');
$rows = $conn->execQuery(

View File

@ -1557,6 +1557,7 @@ class ShopController extends BaseAuthedController
);
foreach ($rows as $row) {
$extData = json_decode($row['ext_data'], true);
error_log("checkPendingBuyGoodsNormal: " . json_encode($extData));
if ($extData['mode'] == SHOP_BUY_MODE_NORMAL) {
if ($extData['shop_id'] == $shop_id) {
if ($extData['id'] == $id) {