From 2229521640c251a65ca2611f3471ca99309cddd3 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 26 Aug 2022 16:59:25 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs b/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs index 6eb8248db..22a12e97e 100644 --- a/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs +++ b/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs @@ -130,7 +130,7 @@ namespace IRaCIS.Core.Application.Service #region IR阅片 CreateMap() - .ForMember(x=>x.ReadingQuestionTrialId, y=>y.MapFrom(z=>z.Id)); + .ForMember(x=>x.Id, y=>y.MapFrom(z=>z.Id)); CreateMap() .ForMember(x => x.VisitTaskId, y => y.MapFrom(z => z.Id));