...
This commit is contained in:
parent
1ba487df82
commit
d4ee493514
@ -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', array('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