🐛 修改计划任务并未取消旧任务

This commit is contained in:
naiba
2021-09-30 11:59:57 +08:00
parent 092f40b47f
commit a25a1b128d
5 changed files with 9 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ type Cron struct {
LastResult bool // 最后一次执行结果
Cover uint8
CronID cron.EntryID `gorn:"-"`
CronJobID cron.EntryID `gorn:"-"`
ServersRaw string
}