This commit is contained in:
aozhiwei 2023-07-14 16:29:52 +08:00
parent 44aa6f7b98
commit ced3b56f2b

View File

@ -124,9 +124,10 @@ class PullDbEvent extends BaseService {
return this.eventConf['contract_name'];
}
getInstanceName() {
const instName = this.getNetId() + ' ' + this.getContractName() + '.' + this.getEventName();
return instName;
genLogHead(msg) {
const logHead = this.getNetId() + ' ' + this.getContractName() + '.' + this.getEventName()
+ ' pull_dbevent ' + msg;
return logHead;
}
getTableName() {