Uat_Study
he 2022-10-18 11:30:57 +08:00
parent 9f925212ad
commit 978cdc37f4
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ namespace IRaCIS.Core.Application
&&x.ReadingCriterionPageId==null)
.ProjectTo<TrialReadQuestion>(_mapper.ConfigurationProvider).OrderBy(x => x.ShowOrder).ToListAsync();
IsSystemCriterion = trialCriterion.ReadingQuestionCriterionSystemId != null;
result.IsSystemCriterion = trialCriterion.ReadingQuestionCriterionSystemId != null;
return result;
}