From 4688cb388e7316eeba25636b4a02540bf8041a25 Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Wed, 7 May 2025 13:51:32 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=A6=E5=8F=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
IRaCIS.Core.Application/IRaCIS.Core.Application.xml | 10 +++++-----
IRaCIS.Core.Infra.EFCore/Interceptor/AddDomainExt.cs | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 870d100f4..3e29f92ca 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -14251,12 +14251,12 @@
- 用户提交 发送邮件 通知SPM 或者PM
+ 用户提交 发送邮件 通知SPM 或者PM 项目默认邮件,不用添加到项目中,直接发送的
-
+
- 用户提交 发送邮件 通知SPM 或者PM
+ 用户提交 发送邮件 通知SPM 或者PM 项目默认邮件,不用添加到项目中,直接发送的
@@ -14264,7 +14264,7 @@
调研表初审通过,进行复审发送邮件
-
+
调研表初审通过,进行复审发送邮件
@@ -14274,7 +14274,7 @@
调研表驳回发送邮件 之前已有,需要迁移过来
-
+
调研表驳回发送邮件 之前已有,需要迁移过来
diff --git a/IRaCIS.Core.Infra.EFCore/Interceptor/AddDomainExt.cs b/IRaCIS.Core.Infra.EFCore/Interceptor/AddDomainExt.cs
index b47f66f64..8273325f7 100644
--- a/IRaCIS.Core.Infra.EFCore/Interceptor/AddDomainExt.cs
+++ b/IRaCIS.Core.Infra.EFCore/Interceptor/AddDomainExt.cs
@@ -459,7 +459,7 @@ public static class DBContext_Ext
}
if (pmApplyEnrollIdList.Count > 0)
{
- lastEnroll.AddDomainEvent(new ReviewerPMApplyEvent() { TrialId = lastEnroll.TrialId, EnrollIdList = spmApproveEnrollIdList });
+ lastEnroll.AddDomainEvent(new ReviewerPMApplyEvent() { TrialId = lastEnroll.TrialId, EnrollIdList = pmApplyEnrollIdList });
eventStoreList.AddRange(GetStoreEvents(lastEnroll.DomainEvents));
}