邮件发送逻辑修改--027

Uat_Study
hang 2023-08-25 18:05:01 +08:00
parent 14b57769d3
commit 033ac555f2
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ namespace IRaCIS.Core.Application.Service
{
//质疑待处理
ToBeDealedCount = t.SubjectVisitList.SelectMany(c => c.QCChallengeList)
.Where(u => u.CreateUserId == userId && u.IsClosed == false && u.LatestReplyUser.UserTypeEnum == UserTypeEnum.IQC).Count(),
.Where(u => u.DialogList.Any(t=>t.CreateUserId== userId) && u.IsClosed == false && u.LatestReplyUser.UserTypeEnum == UserTypeEnum.IQC).Count(),
});