From 5990bbabec51faaa7396d5b17096c2a7545288db Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 7 Nov 2022 12:59:31 +0800 Subject: [PATCH] 1 --- webapp/controller/BlockChainController.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/controller/BlockChainController.class.php b/webapp/controller/BlockChainController.class.php index 1fbe4e57..49ba32ac 100644 --- a/webapp/controller/BlockChainController.class.php +++ b/webapp/controller/BlockChainController.class.php @@ -445,10 +445,10 @@ class BlockChainController extends BaseAuthedController { ), array( 'action' => Transaction::EVOLVE_CHIP_ACTION_TYPE, - 'tokenId' => $tokenId1, + 'tokenId' => $tokenId, 'tokenType' => 0, - 'itemUniId' => $nftDb['chip_uniid'], - 'itemId' => $nftDb['item_id'] + 'itemUniId' => $heroDb['chip_uniid'], + 'itemId' => $heroDb['item_id'] ) );