修改
This commit is contained in:
@@ -1026,6 +1026,8 @@ namespace IRaCIS.Core.Application.Service.Allocation
|
||||
#endregion
|
||||
|
||||
|
||||
var readingTool = await _trialRepository.Where(x => x.Id == iRUnReadSubjectQuery.TrialId).Select(x => x.ReadingTool).FirstNotNullAsync();
|
||||
|
||||
#region 按照Subject 维度
|
||||
var isReadingTaskViewInOrder = await _trialRepository.Where(x => x.Id == iRUnReadSubjectQuery.TrialId).Select(x => x.IsReadingTaskViewInOrder).FirstOrDefaultAsync();
|
||||
if (isReadingTaskViewInOrder)
|
||||
@@ -1064,6 +1066,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
|
||||
{
|
||||
RandomReadInfo = new IRUnReadOutDto(),
|
||||
IsReadingTaskViewInOrder = isReadingTaskViewInOrder,
|
||||
ReadingTool = readingTool,
|
||||
});
|
||||
}
|
||||
else
|
||||
@@ -1086,6 +1089,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
|
||||
{
|
||||
IsReadingTaskViewInOrder = isReadingTaskViewInOrder,
|
||||
RandomReadInfo = iRUnReadOut,
|
||||
ReadingTool= readingTool,
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user