This commit is contained in:
aozhiwei 2023-07-14 16:25:35 +08:00
parent 40469fc40a
commit affa2a9faf

View File

@ -70,7 +70,7 @@ class DbEventProcess extends BaseService {
} }
async pullEvent() { async pullEvent() {
const logHead = this.getInstanceName() + ' pullDbEvent: '; const logHead = this.genLogHead(' pullDbEvent: ');
const tableName = this.getTableName(); const tableName = this.getTableName();
try { try {
const startIdx = this.getStartIdx(); const startIdx = this.getStartIdx();