fix: 调整定时任务配置与群组ID

This commit is contained in:
renzhiyuan 2025-12-31 17:26:16 +08:00
parent b76bd90508
commit c9ca9d97e7
1 changed files with 1 additions and 1 deletions

View File

@ -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 * * *",
},
}
}