修改
This commit is contained in:
@@ -619,6 +619,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
/// </summary>
|
||||
public int? DigitPlaces { get; set; }
|
||||
|
||||
|
||||
public bool IsFromSystem { get; set; } = false;
|
||||
|
||||
public FormType? FormType { get; set; }
|
||||
|
||||
|
||||
|
||||
@@ -232,7 +232,9 @@ namespace IRaCIS.Core.Application
|
||||
result.DigitPlaces = trialCriterion.DigitPlaces;
|
||||
result.TrialCriterionId = trialCriterion.Id;
|
||||
result.FormType = trialCriterion.FormType;
|
||||
|
||||
result.IsFromSystem= trialCriterion.ReadingQuestionCriterionSystemId!=null,
|
||||
|
||||
|
||||
};
|
||||
|
||||
result.TrialQuestionList = await _readingQuestionTrialRepository.Where(x => x.ReadingQuestionCriterionTrial.IsConfirm && x.TrialId == inDto.TrialId&&x.ReadingQuestionCriterionTrialId == result.TrialCriterionId
|
||||
|
||||
Reference in New Issue
Block a user