From ef980fdc6896f5ca97352a707858fd113e864777 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 19 Jun 2025 14:31:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Helper/HangfireJobHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Helper/HangfireJobHelper.cs b/IRaCIS.Core.Application/Helper/HangfireJobHelper.cs index 96e8f2c47..dfd485ecb 100644 --- a/IRaCIS.Core.Application/Helper/HangfireJobHelper.cs +++ b/IRaCIS.Core.Application/Helper/HangfireJobHelper.cs @@ -95,7 +95,7 @@ namespace IRaCIS.Core.Application.Helper break; case EmailBusinessScenario.TrialTraining_ExpirationNotification: - + Console.WriteLine("更新项目到期job"); HangfireJobHelper.AddOrUpdateCronJob(jobId, t => t.Send(new TrialDocumentErverDayEvent() { }, default), emailCron); break;