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 { } else {
this.lastIdx = endIdx; this.lastIdx = endIdx;
} }
this.progInfo['lastIdx'] = this.lastIdx.toString();
await this.saveLastIdx(this.lastIdx); await this.saveLastIdx(this.lastIdx);
} catch (err) { } catch (err) {
log.error(logHead + err); log.error(logHead + err);