CoreCms.Net.Task/HangfireDispose.cs
@@ -72,6 +72,8 @@ //定时计算经销商推广费用 RecurringJob.AddOrUpdate<AutoSettleAchievementTotal>("AutoSettleAchievementTotal", s => s.Execute(), "0 0 0/1 * * ? ", new RecurringJobOptions { TimeZone = TimeZoneInfo.Local }); // 每小时计算经销商推广费用 //定时处理司机配送单超时处理 RecurringJob.AddOrUpdate<AutoCloseCYPeiSongJobs>("AutoCloseCYPeiSongJobs", s => s.Execute(), "0 */6 * * *", new RecurringJobOptions { TimeZone = TimeZoneInfo.Local }); // 每6小时执行一次配送单超时检测 0 */6 * * * } #endregion