Test.EIImageViewer
parent
feb476f83e
commit
273303f1b6
|
@ -385,6 +385,7 @@ namespace IRaCIS.Application.Services
|
|||
|
||||
}).OrderBy(x => x.VisitTaskNum).ToListAsync();
|
||||
|
||||
|
||||
if (!taskInfo.TrialReadingCriterion.IsReadingTaskViewInOrder)
|
||||
{
|
||||
result = result.Where(x => x.VisitTaskId == inDto.VisitTaskId).ToList();
|
||||
|
|
Loading…
Reference in New Issue