1
This commit is contained in:
parent
44aa6f7b98
commit
ced3b56f2b
@ -124,9 +124,10 @@ class PullDbEvent extends BaseService {
|
|||||||
return this.eventConf['contract_name'];
|
return this.eventConf['contract_name'];
|
||||||
}
|
}
|
||||||
|
|
||||||
getInstanceName() {
|
genLogHead(msg) {
|
||||||
const instName = this.getNetId() + ' ' + this.getContractName() + '.' + this.getEventName();
|
const logHead = this.getNetId() + ' ' + this.getContractName() + '.' + this.getEventName()
|
||||||
return instName;
|
+ ' pull_dbevent ' + msg;
|
||||||
|
return logHead;
|
||||||
}
|
}
|
||||||
|
|
||||||
getTableName() {
|
getTableName() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user