From a1c140a0f9134823becfb03c99c1b3a775db74e7 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 24 Jun 2022 11:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Reading/_MapConfig.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs b/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs index 32f6c6125..ae79a5a58 100644 --- a/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs +++ b/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs @@ -76,7 +76,8 @@ namespace IRaCIS.Core.Application.Service CreateMap() .ForMember(x=>x.ReadingQuestionTrialId, y=>y.MapFrom(z=>z.Id)); - CreateMap(); + CreateMap() + .ForMember(x => x.TaskId, y => y.MapFrom(z => z.Id)); #endregion