This commit is contained in:
aozhiwei 2023-07-10 13:18:21 +08:00
parent 6c84e42010
commit f3c89bc8a2

View File

@ -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(),