From 0a455dc4c5a9e37e4b74cab102b21a8e3ee2366f Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 29 Jul 2022 10:15:56 +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 --- .../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 2 +- IRaCIS.Core.Application/Service/Reading/_MapConfig.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 06dfbb286..d67c5d478 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 d8afb5960..b7c02a3a1 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 医学审核