Test.EIImageViewer
parent
25b0202717
commit
7373dd8e37
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue