修改邮件--032
parent
200da3375b
commit
ecae4f663a
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue