From b2f4fa3fb934ecc701d532f119288ab1a43be0fb Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 30 Aug 2023 15:14:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=82=AE=E4=BB=B6--033?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Document/EmailSendService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Document/EmailSendService.cs b/IRaCIS.Core.Application/Service/Document/EmailSendService.cs index 4dbef0741..e3569f5e9 100644 --- a/IRaCIS.Core.Application/Service/Document/EmailSendService.cs +++ b/IRaCIS.Core.Application/Service/Document/EmailSendService.cs @@ -333,7 +333,7 @@ namespace IRaCIS.Core.Application.Service if(onlyToUserId!=null) { - toUserList.Where(t=>t.UserId == onlyToUserId).ToList(); + toUserList= toUserList.Where(t=>t.UserId == onlyToUserId).ToList(); } if (toUserList.Count() == 0)