From 953bd09cb6e3b3f6f0f2965e58660316c035556c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 3 Nov 2022 21:34:29 +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 c9aae4bb..da0a3044 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['item_id']; + $tokenId = $itemDb['include_item_id']; $itemId = $itemMeta['include_item_id']; $params = array( 'c' => 'BcService',