修改邮件--032

Uat_Study
hang 2023-08-30 15:08:38 +08:00
parent 200da3375b
commit ecae4f663a
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ namespace IRaCIS.Core.Application.Service
if(onlyToUserId!=null) if(onlyToUserId!=null)
{ {
copyUserList.Where(t=>t.UserId == onlyToUserId).ToList(); toUserList.Where(t=>t.UserId == onlyToUserId).ToList();
} }
if (toUserList.Count() == 0) if (toUserList.Count() == 0)