From aa5846a78421e2688785bc75072bb0e405fa3cd2 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 16 Jun 2022 17:31:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/ReadingQuestionService.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs index a4f5de79b..2469c4f28 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs @@ -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();