From 482a77c105ef7f70f97a668a007a59a80fa5b860 Mon Sep 17 00:00:00 2001 From: songliang Date: Wed, 7 Dec 2022 18:59:52 +0800 Subject: [PATCH] ... --- webapp/controller/MarketController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index f4f72e5d..5b5d3112 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -715,7 +715,7 @@ class MarketController extends BaseController { $net_id = getReqVal('net_id', ''); $conn = myself()->_getMysql(''); - $conn->execScript('DELETE FROM t_market_store WHERE'.'token_id='.$nft_token); + $conn->execScript('DELETE FROM t_market_store WHERE '.'token_id=\''.$nft_token.'\''); $this->_rspOk(); }