修改一版

This commit is contained in:
he
2022-06-16 17:31:04 +08:00
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();