This commit is contained in:
aozhiwei 2023-07-10 13:19:08 +08:00
parent f3c89bc8a2
commit 44485f9a79

View File

@ -32,7 +32,7 @@ class Erc721Refresher extends BaseService {
try {
const {err, rows} = await this.conn.execQuery(
'SELECT * FROM t_erc721_refresh WHERE ' +
'AND net_id = ? AND contract_address = ? status = 0 ' +
'AND net_id = ? AND contract_address = ? AND status = 0 ' +
'LIMIT ' + LIMIT_COUNT,
[
this.getNetId(),