1
This commit is contained in:
parent
6c84e42010
commit
f3c89bc8a2
@ -32,7 +32,7 @@ class Erc721Refresher extends BaseService {
|
|||||||
try {
|
try {
|
||||||
const {err, rows} = await this.conn.execQuery(
|
const {err, rows} = await this.conn.execQuery(
|
||||||
'SELECT * FROM t_erc721_refresh WHERE ' +
|
'SELECT * FROM t_erc721_refresh WHERE ' +
|
||||||
'AND net_id = ? AND contract_address = ? ' +
|
'AND net_id = ? AND contract_address = ? status = 0 ' +
|
||||||
'LIMIT ' + LIMIT_COUNT,
|
'LIMIT ' + LIMIT_COUNT,
|
||||||
[
|
[
|
||||||
this.getNetId(),
|
this.getNetId(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user