From eebc0f5a6e0521f8ad710633022e6e6568fd6d7c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 11 Nov 2022 14:04:30 +0800 Subject: [PATCH] 1 --- webapp/controller/BlockChainController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/BlockChainController.class.php b/webapp/controller/BlockChainController.class.php index 0a742e13..5a1796c2 100644 --- a/webapp/controller/BlockChainController.class.php +++ b/webapp/controller/BlockChainController.class.php @@ -554,7 +554,7 @@ class BlockChainController extends BaseAuthedController { 'tokenId' => $tokenId, 'tokenType' => Nft::HERO_TYPE, 'itemUniId' => $heroDb['hero_uniid'], - 'itemId' => $heroDb['item_id'] + 'itemId' => $heroDb['hero_id'] ) ); @@ -687,7 +687,7 @@ class BlockChainController extends BaseAuthedController { 'tokenId' => $tokenId, 'tokenType' => Nft::HERO_TYPE, 'itemUniId' => $heroDb['hero_uniid'], - 'itemId' => $heroDb['item_id'] + 'itemId' => $heroDb['hero_id'] ) );