Uat_Study
he 2022-07-29 10:15:56 +08:00
parent 3139ad0a16
commit 0a455dc4c5
2 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class GetReadingPastResultListOutDto public class GetReadingPastResultListOutDto
{ {
public Guid TaskId { get; set; } public Guid VisitTaskId { get; set; }
public string TaskName { get; set; } public string TaskName { get; set; }
public string TaskBlindName { get; set; } public string TaskBlindName { get; set; }

View File

@ -83,7 +83,7 @@ namespace IRaCIS.Core.Application.Service
.ForMember(x=>x.ReadingQuestionTrialId, y=>y.MapFrom(z=>z.Id)); .ForMember(x=>x.ReadingQuestionTrialId, y=>y.MapFrom(z=>z.Id));
CreateMap<VisitTask, GetReadingPastResultListOutDto>() CreateMap<VisitTask, GetReadingPastResultListOutDto>()
.ForMember(x => x.TaskId, y => y.MapFrom(z => z.Id)); .ForMember(x => x.VisitTaskId, y => y.MapFrom(z => z.Id));
#endregion #endregion
#region 医学审核 #region 医学审核