This commit is contained in:
songliang 2022-12-07 18:53:33 +08:00
parent 1ba487df82
commit d4ee493514

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', array('token_id' => $nft_token));
$conn->execScript('DELETE FROM t_market_store WHERE'.'token_id='.$nft_token);
$this->_rspOk();
}