...
This commit is contained in:
parent
79150b6247
commit
f76c917be3
@ -1223,10 +1223,11 @@ class MarketController extends BaseController {
|
|||||||
|
|
||||||
$rows = $conn->execQuery(
|
$rows = $conn->execQuery(
|
||||||
'SELECT * FROM t_market_store '.
|
'SELECT * FROM t_market_store '.
|
||||||
'WHERE token_id=:token_id AND owner_address=:owner_address',
|
'WHERE token_id=:token_id AND owner_address=:owner_address AND status=:status',
|
||||||
array(
|
array(
|
||||||
':token_id' => $row['token_id'],
|
':token_id' => $row['token_id'],
|
||||||
':owner_address' => $row['owner_address'],
|
':owner_address' => $row['owner_address'],
|
||||||
|
':status' => 0,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user