This commit is contained in:
aozhiwei 2023-07-04 16:55:24 +08:00
parent 8cd93a173a
commit 557097dbed

View File

@ -138,6 +138,7 @@ class PullBcEvent extends BaseService {
], ],
[ [
['block_number', blockNumber], ['block_number', blockNumber],
['modifytime', utils.getUtcTime()],
], ],
[ [
['net_id', this.getNetId()], ['net_id', this.getNetId()],
@ -145,6 +146,8 @@ class PullBcEvent extends BaseService {
['event_name', this.getEventName()], ['event_name', this.getEventName()],
['block_number', blockNumber], ['block_number', blockNumber],
['contract_name', this.getContractName()], ['contract_name', this.getContractName()],
['createtime', utils.getUtcTime()],
['modifytime', utils.getUtcTime()],
] ]
); );
if (!err) { if (!err) {