修改一版
parent
63a9561e49
commit
aa5846a784
|
@ -301,6 +301,7 @@ namespace IRaCIS.Application.Services
|
||||||
ReadingQuestionCriterionTrialId = ReadingQuestionCriterionTrialId,
|
ReadingQuestionCriterionTrialId = ReadingQuestionCriterionTrialId,
|
||||||
TrialId = trialId,
|
TrialId = trialId,
|
||||||
Type = quesiton.Type,
|
Type = quesiton.Type,
|
||||||
|
GroupName=quesiton.GroupName,
|
||||||
IsJudgeQuestion =quesiton.IsJudgeQuestion,
|
IsJudgeQuestion =quesiton.IsJudgeQuestion,
|
||||||
Remark=quesiton.Remark,
|
Remark=quesiton.Remark,
|
||||||
TypeValue = quesiton.TypeValue,
|
TypeValue = quesiton.TypeValue,
|
||||||
|
@ -338,6 +339,7 @@ namespace IRaCIS.Application.Services
|
||||||
QuestionName = quesiton.QuestionName,
|
QuestionName = quesiton.QuestionName,
|
||||||
ReadingQuestionCriterionTrialId = ReadingQuestionCriterionTrialId,
|
ReadingQuestionCriterionTrialId = ReadingQuestionCriterionTrialId,
|
||||||
TrialId = trialId,
|
TrialId = trialId,
|
||||||
|
GroupName = quesiton.GroupName,
|
||||||
Type = quesiton.Type,
|
Type = quesiton.Type,
|
||||||
IsJudgeQuestion = quesiton.IsJudgeQuestion,
|
IsJudgeQuestion = quesiton.IsJudgeQuestion,
|
||||||
Remark = quesiton.Remark,
|
Remark = quesiton.Remark,
|
||||||
|
@ -473,7 +475,6 @@ namespace IRaCIS.Application.Services
|
||||||
QuestionId = x.Id,
|
QuestionId = x.Id,
|
||||||
QuestionName = x.QuestionName,
|
QuestionName = x.QuestionName,
|
||||||
TypeValue = x.TypeValue,
|
TypeValue = x.TypeValue,
|
||||||
|
|
||||||
GroupName=x.GroupName,
|
GroupName=x.GroupName,
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue