1
This commit is contained in:
parent
29c8676ee4
commit
f2e6a58156
@ -133,6 +133,10 @@ class DbEventProcess extends BaseService {
|
|||||||
return instName;
|
return instName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
genLogHead(msg) {
|
||||||
|
return this.getInstanceName() + ' ' + msg;
|
||||||
|
}
|
||||||
|
|
||||||
getTableName() {
|
getTableName() {
|
||||||
return this.eventConf['table_name'];
|
return this.eventConf['table_name'];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user