1
This commit is contained in:
parent
efcbd953a7
commit
40469fc40a
@ -148,7 +148,9 @@ class DbEventProcess extends BaseService {
|
||||
}
|
||||
|
||||
genLogHead(msg) {
|
||||
return this.getInstanceName() + ' ' + msg;
|
||||
const logHead = this.getNetId() + ' ' + this.getContractName() + '.' + this.getEventName() +
|
||||
' dbprocess ' + msg ;
|
||||
return logHead;
|
||||
}
|
||||
|
||||
getTableName() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user