From 6dd6a5f696bf27e20686f920351a2ba2b08c0a77 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Mon, 9 Jun 2025 15:21:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Helper/HangfireJobHelper.cs | 4 ++-- .../IRaCIS.Core.Application.xml | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Helper/HangfireJobHelper.cs b/IRaCIS.Core.Application/Helper/HangfireJobHelper.cs index d57122b86..c065a61d4 100644 --- a/IRaCIS.Core.Application/Helper/HangfireJobHelper.cs +++ b/IRaCIS.Core.Application/Helper/HangfireJobHelper.cs @@ -90,8 +90,8 @@ namespace IRaCIS.Core.Application.Helper case EmailBusinessScenario.GeneralTraining_ExpirationNotification: - HangfireJobHelper.AddOrUpdateCronJob(jobId, t => t.Send(new SystemDocumentErverDayEvent() { }, default), emailCron); - HangfireJobHelper.AddOrUpdateCronJob(jobId, t => t.Send(new TrialDocumentErverDayEvent() { }, default), emailCron); + HangfireJobHelper.AddOrUpdateCronJob(jobId+"System", t => t.Send(new SystemDocumentErverDayEvent() { }, default), emailCron); + HangfireJobHelper.AddOrUpdateCronJob(jobId+"Trial", t => t.Send(new TrialDocumentErverDayEvent() { }, default), emailCron); break; default: diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index 26e1bd3ed..0f3c251e9 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -1739,6 +1739,13 @@ + + + 批量新增稽查记录文件 + + + + 新增或修改稽查记录文件 @@ -8762,6 +8769,11 @@ StudyId + + + 表格问题标记 + + 问题分类 @@ -14637,7 +14649,7 @@ 生效通知 - + 生效通知