修改邮件--033

Uat_Study
hang 2023-08-30 15:14:08 +08:00
parent ecae4f663a
commit b2f4fa3fb9
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)
{ {
toUserList.Where(t=>t.UserId == onlyToUserId).ToList(); toUserList= toUserList.Where(t=>t.UserId == onlyToUserId).ToList();
} }
if (toUserList.Count() == 0) if (toUserList.Count() == 0)