diff --git a/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs b/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs index 3bc9c7fdc..a3e22f7b9 100644 --- a/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs +++ b/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs @@ -172,6 +172,7 @@ namespace IRaCIS.Core.Application.Services { // 发送邮件给新增的角色 Console.WriteLine("开始 发送系统文档更新邮件给新增角色"); + Console.WriteLine(string.Join(",", newUserTypeIds)); Task.Run(async () => {