修改一版

Uat_Study
he 2022-06-16 17:31:04 +08:00
parent 63a9561e49
commit aa5846a784
1 changed files with 3 additions and 2 deletions

View File

@ -301,7 +301,8 @@ namespace IRaCIS.Application.Services
ReadingQuestionCriterionTrialId = ReadingQuestionCriterionTrialId, ReadingQuestionCriterionTrialId = ReadingQuestionCriterionTrialId,
TrialId = trialId, TrialId = trialId,
Type = quesiton.Type, Type = quesiton.Type,
IsJudgeQuestion=quesiton.IsJudgeQuestion, GroupName=quesiton.GroupName,
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();