diff --git a/src/schedule/wxtask.schedule.ts b/src/schedule/wxtask.schedule.ts index f306d65..c236f21 100644 --- a/src/schedule/wxtask.schedule.ts +++ b/src/schedule/wxtask.schedule.ts @@ -27,5 +27,6 @@ export default class WxTaskSchedule { const job = schedule.scheduleJob(' */1 * * * *', async () => { await this.parseAllRecord() }) + this.parseAllRecord() } }