This commit is contained in:
aozhiwei 2023-07-14 16:20:39 +08:00
parent efcbd953a7
commit 40469fc40a

View File

@ -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() {