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