fix: 调整报表推送任务执行时间

This commit is contained in:
renzhiyuan 2026-01-12 11:43:13 +08:00
parent cda8e1fc6e
commit b7e9ab8bcf
1 changed files with 2 additions and 2 deletions

View File

@ -42,12 +42,12 @@ func (c *CronServer) InitJobs(ctx context.Context) {
{
Func: c.cronService.CronReportSendDingTalk,
Name: "直连天下报表推送",
Schedule: "0 12,18,23 * * *",
Schedule: "20 12,18,23 * * *",
},
{
Func: c.cronService.CronReportSendQywx,
Name: "直连天下报表推送",
Schedule: "0 12,18,23 * * *",
Schedule: "20 12,18,23 * * *",
},
}
}