From 1cb49b04ae6709e6054c328f5ed12bff9ca014c8 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期二, 12 十一月 2024 09:21:57 +0800 Subject: [PATCH] no message --- CoreCms.Net.Task/HangfireDispose.cs | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CoreCms.Net.Task/HangfireDispose.cs b/CoreCms.Net.Task/HangfireDispose.cs index 40bdf53..07fa16d 100644 --- a/CoreCms.Net.Task/HangfireDispose.cs +++ b/CoreCms.Net.Task/HangfireDispose.cs @@ -1,9 +1,9 @@ 锘�/*********************************************************************** - * Project: CoreCms.Net * - * Web: https://CoreCms.Net * - * ProjectName: 鏍稿績鍐呭绠$悊绯荤粺 * - * Author: 澶х伆鐏� * - * Email: JianWeie@163.com * + * Project: baifenBinfa.Net * + * Web: https://baifenBinfa.com * + * ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺 * + * Author: * + * Email: * * CreateTime: 2020-08-27 2:09:38 * Description: 鏆傛棤 ***********************************************************************/ @@ -70,7 +70,8 @@ //鑷姩鍙栨秷鏈嶅姟鍣ㄨ鍗曚换鍔� RecurringJob.AddOrUpdate<AutoCancelServiceOrderJob>("AutoCancelServiceOrderJob", s => s.Execute(), "0 0/5 * * * ? ", new RecurringJobOptions { TimeZone = TimeZoneInfo.Local }); // 姣�5鍒嗛挓鍙栨秷涓�娆¤鍗� - + //瀹氭椂璁$畻缁忛攢鍟嗘帹骞胯垂鐢� + RecurringJob.AddOrUpdate<AutoSettleAchievementTotal>("AutoSettleAchievementTotal", s => s.Execute(), "0 0 0/1 * * ? ", new RecurringJobOptions { TimeZone = TimeZoneInfo.Local }); // 姣忓皬鏃惰绠楃粡閿�鍟嗘帹骞胯垂鐢� } #endregion -- Gitblit v1.9.1