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