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));