This commit is contained in:
aozhiwei 2023-07-11 14:14:24 +08:00
parent 6878a0744c
commit 5312396dc4

View File

@ -55,7 +55,6 @@ class DbEventProcess extends BaseService {
this.lastIdx = await this.getLastIdx();
this.progInfo['proclastIdx'] = this.lastIdx.toString();
this.eventHandle = eventsFactory.getEventHandle(this);
console.log(this.eventHandle);
await this.start();
}