This commit is contained in:
aozhiwei 2023-07-05 19:43:46 +08:00
parent aa3863aeec
commit 31b30faff1

View File

@ -86,6 +86,7 @@ class PullDbEvent extends BaseService {
} else {
this.lastIdx = endIdx;
}
this.progInfo['lastIdx'] = this.lastIdx.toString();
await this.saveLastIdx(this.lastIdx);
} catch (err) {
log.error(logHead + err);