This commit is contained in:
songliang 2022-12-07 18:59:52 +08:00
parent c7a1f919b7
commit 482a77c105

View File

@ -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();
}