Test.EIImageViewer
he 2022-09-28 18:26:37 +08:00
parent 25b0202717
commit 7373dd8e37
1 changed files with 1 additions and 1 deletions

View File

@ -1117,7 +1117,7 @@ namespace IRaCIS.Application.Services
List<ReadingQuestionTrial> needAddQuestionList = new List<ReadingQuestionTrial>(); List<ReadingQuestionTrial> needAddQuestionList = new List<ReadingQuestionTrial>();
needAddCriterionList.ForEach(x => needAddCriterionList.ForEach(x =>
{ {
x.IsEnable = false; //x.IsEnable = false;
x.TrialId = trialId; x.TrialId = trialId;
x.ReadingQuestionCriterionSystemId = x.Id; x.ReadingQuestionCriterionSystemId = x.Id;
x.Id = NewId.NextGuid(); x.Id = NewId.NextGuid();