This commit is contained in:
aozhiwei 2023-07-08 18:42:56 +08:00
parent 29c8676ee4
commit f2e6a58156

View File

@ -133,6 +133,10 @@ class DbEventProcess extends BaseService {
return instName;
}
genLogHead(msg) {
return this.getInstanceName() + ' ' + msg;
}
getTableName() {
return this.eventConf['table_name'];
}