From d4ee493514b9bea5ef8aca8b5f1159e73d7dd1fd Mon Sep 17 00:00:00 2001 From: songliang Date: Wed, 7 Dec 2022 18:53:33 +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 442c2a54..710237f2 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', array('token_id' => $nft_token)); + $conn->execScript('DELETE FROM t_market_store WHERE'.'token_id='.$nft_token); $this->_rspOk(); }