From 59b1d446796c9652ee4c63e333b1cc3947a75562 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 3 Nov 2022 21:38:55 +0800 Subject: [PATCH] 1 --- webapp/controller/BlockChainController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/BlockChainController.class.php b/webapp/controller/BlockChainController.class.php index da0a3044..f7eff8c0 100644 --- a/webapp/controller/BlockChainController.class.php +++ b/webapp/controller/BlockChainController.class.php @@ -407,7 +407,7 @@ class BlockChainController extends BaseAuthedController { } private function internalOpenFragmentBox($itemDb, $itemMeta, $num) { - $tokenId = $itemDb['include_item_id']; + $tokenId = $itemMeta['include_item_id']; $itemId = $itemMeta['include_item_id']; $params = array( 'c' => 'BcService',