屏蔽列表-继续测试
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2026-03-23 19:03:12 +08:00
parent 2d52102014
commit 77b2d7bed4
1 changed files with 8 additions and 8 deletions

View File

@ -242,17 +242,17 @@ namespace IRaCIS.Core.Application.Service
Id = x.Id Id = x.Id
}).ToList(), }).ToList(),
ReadingTaskStateList = intoGroup.DoctorUser.VisitTaskList.Where(t => t.TrialReadingCriterion.IsConfirm).Where(x => x.TaskState == TaskState.Effect && x.TrialId == trialId).GroupBy(x => new { x.TrialReadingCriterionId, x.TrialReadingCriterion.CriterionType }).Select(g => new DoctorTaskStat() //ReadingTaskStateList = intoGroup.DoctorUser.VisitTaskList.Where(t => t.TrialReadingCriterion.IsConfirm).Where(x => x.TaskState == TaskState.Effect && x.TrialId == trialId).GroupBy(x => new { x.TrialReadingCriterionId, x.TrialReadingCriterion.CriterionType }).Select(g => new DoctorTaskStat()
{ //{
//PendingCount = g.Count(x => x.ReadingTaskState != ReadingTaskState.HaveSigned), // PendingCount = g.Count(x => x.ReadingTaskState != ReadingTaskState.HaveSigned),
//TotalCount = g.Count(), // TotalCount = g.Count(),
//ComplectedCount = g.Count(x => x.ReadingTaskState == ReadingTaskState.HaveSigned), // ComplectedCount = g.Count(x => x.ReadingTaskState == ReadingTaskState.HaveSigned),
TrialReadingCriterionId = g.Key.TrialReadingCriterionId, // TrialReadingCriterionId = g.Key.TrialReadingCriterionId,
CriterionType = g.Key.CriterionType, // CriterionType = g.Key.CriterionType,
}).ToList(), //}).ToList(),
DoctorId = doctor.Id, DoctorId = doctor.Id,
Code = doctor.ReviewerCode, Code = doctor.ReviewerCode,