...
This commit is contained in:
parent
c7a1f919b7
commit
482a77c105
@ -715,7 +715,7 @@ class MarketController extends BaseController {
|
|||||||
$net_id = getReqVal('net_id', '');
|
$net_id = getReqVal('net_id', '');
|
||||||
|
|
||||||
$conn = myself()->_getMysql('');
|
$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();
|
$this->_rspOk();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user