fix: 调整定时任务配置与群组ID
This commit is contained in:
parent
b76bd90508
commit
c9ca9d97e7
|
|
@ -42,7 +42,7 @@ func (c *CronServer) InitJobs(ctx context.Context) {
|
|||
{
|
||||
Func: c.cronService.CronReportSend,
|
||||
Name: "直连天下报表推送",
|
||||
Schedule: "0 0 12,18,23 * * *",
|
||||
Schedule: "0 12,18,23 * * *",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue