From ecae4f663a02638f51b3dc5737c667efa2e6b517 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 30 Aug 2023 15:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=82=AE=E4=BB=B6--032?= 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 388791b9b..4dbef0741 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) { - copyUserList.Where(t=>t.UserId == onlyToUserId).ToList(); + toUserList.Where(t=>t.UserId == onlyToUserId).ToList(); } if (toUserList.Count() == 0)