This commit is contained in:
he
2022-08-26 15:58:21 +08:00
parent 07003b1327
commit 7aac5cb63c
3 changed files with 1 additions and 7 deletions
@@ -94,6 +94,7 @@ namespace IRaCIS.Core.Application.Service
CreateMap<ReadingTableQuestionSystem, ReadingTrialTableQuestionData>()
.ForMember(dest => dest.DependParentQuestion, opt => opt.Ignore())
.ForMember(d => d.OriginalId, u => u.MapFrom(s => s.Id));
CreateMap<ReadingTableQuestionTrial, ReadingTrialTableQuestionData>()