From d871b3c107c72c015b9bd6aaffd81878747f478b Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 12 四月 2024 08:39:03 +0800 Subject: [PATCH] 经销商推广费用, 用户积分 --- CoreCms.Net.Task/HangfireDispose.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/CoreCms.Net.Task/HangfireDispose.cs b/CoreCms.Net.Task/HangfireDispose.cs index f2c5be8..07fa16d 100644 --- a/CoreCms.Net.Task/HangfireDispose.cs +++ b/CoreCms.Net.Task/HangfireDispose.cs @@ -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