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)