diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 06dfbb28..d67c5d47 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -292,7 +292,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public class GetReadingPastResultListOutDto { - public Guid TaskId { get; set; } + public Guid VisitTaskId { get; set; } public string TaskName { get; set; } public string TaskBlindName { get; set; } diff --git a/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs b/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs index d8afb596..b7c02a3a 100644 --- a/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs +++ b/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs @@ -83,7 +83,7 @@ namespace IRaCIS.Core.Application.Service .ForMember(x=>x.ReadingQuestionTrialId, y=>y.MapFrom(z=>z.Id)); CreateMap() - .ForMember(x => x.TaskId, y => y.MapFrom(z => z.Id)); + .ForMember(x => x.VisitTaskId, y => y.MapFrom(z => z.Id)); #endregion #region 医学审核