Uat_Study
parent
ae5e79a314
commit
7b9e71ea6d
|
@ -53,7 +53,8 @@ namespace IRaCIS.Core.Application.Service
|
|||
CreateMap<TumorAssessment, TumorAssessmentView>();
|
||||
|
||||
CreateMap<ReadingTableAnswerRowInfo, CopyTableAnswerRowInfo>()
|
||||
.ForMember(d => d.OriginalId, u => u.MapFrom(s => s.Id));
|
||||
.ForMember(d => d.OriginalId, u => u.MapFrom(s => s.Id))
|
||||
.ForMember(dest => dest.ReadingQuestionTrial, opt => opt.Ignore());
|
||||
|
||||
#region 阅片问题
|
||||
|
||||
|
|
Loading…
Reference in New Issue