修改
This commit is contained in:
@@ -173,6 +173,7 @@ namespace IRaCIS.Application.Services
|
||||
maxcount = maxcount < x.Data.Count ? x.Data.Count : maxcount;
|
||||
});
|
||||
|
||||
|
||||
var criterionInfo = await _readingQuestionCriterionTrialRepository.Where(x => x.Id == dto.TrialReadingCriterionId).Select(x => new
|
||||
{
|
||||
x.IsReadingTaskViewInOrder,
|
||||
|
||||
Reference in New Issue
Block a user