Uat_Study
parent
28d28cffd7
commit
763430099b
|
@ -173,6 +173,7 @@ namespace IRaCIS.Application.Services
|
||||||
maxcount = maxcount < x.Data.Count ? x.Data.Count : maxcount;
|
maxcount = maxcount < x.Data.Count ? x.Data.Count : maxcount;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
var criterionInfo = await _readingQuestionCriterionTrialRepository.Where(x => x.Id == dto.TrialReadingCriterionId).Select(x => new
|
var criterionInfo = await _readingQuestionCriterionTrialRepository.Where(x => x.Id == dto.TrialReadingCriterionId).Select(x => new
|
||||||
{
|
{
|
||||||
x.IsReadingTaskViewInOrder,
|
x.IsReadingTaskViewInOrder,
|
||||||
|
|
Loading…
Reference in New Issue