1
This commit is contained in:
parent
48b7645dfd
commit
6878a0744c
@ -79,7 +79,7 @@ class DbEventProcess extends BaseService {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const {err, rows} = await this.conn.execQuery(
|
const {err, rows} = await this.conn.execQuery(
|
||||||
'SELECT * FROM ${tableName} WHERE `idx` > ? AND `idx` <= ? ' +
|
`SELECT * FROM ${tableName} WHERE idx > ? AND idx <= ? ` +
|
||||||
'AND net_id = ? AND event_name = ? AND contract_address = ? AND ' +
|
'AND net_id = ? AND event_name = ? AND contract_address = ? AND ' +
|
||||||
'status = ' + constant.EVENTDB_STATE_PENDING + ' ' +
|
'status = ' + constant.EVENTDB_STATE_PENDING + ' ' +
|
||||||
'LIMIT ' + LIMIT_COUNT,
|
'LIMIT ' + LIMIT_COUNT,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user