From 5f2d3b693c785a54e26f2ffbdbde740097ed89e0 Mon Sep 17 00:00:00 2001 From: songliang Date: Fri, 14 Jul 2023 19:52:10 +0800 Subject: [PATCH] ... --- webapp/controller/MarketController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 4dc0b3b9..31b35e96 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -530,6 +530,7 @@ class MarketController extends BaseAuthedController 't_market_store', array( 'token_id' => '', + 'order_id' => 0, 'item_id' => $item_id, 'owner_address' => $address, 'token_type' => 0,