Uat_Study
he 2022-08-09 16:14:58 +08:00
parent 07e084925e
commit e8295e4201
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ namespace IRaCIS.Core.Application
result.DigitPlaces = trialCriterion.DigitPlaces;
result.TrialCriterionId = trialCriterion.Id;
result.FormType = trialCriterion.FormType;
result.IsFromSystem= trialCriterion.ReadingQuestionCriterionSystemId!=null,
result.IsFromSystem = trialCriterion.ReadingQuestionCriterionSystemId != null;
};