修改导航属性bug
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-12 10:13:39 +08:00
parent 7420fdeda5
commit 85d1930730
2 changed files with 3 additions and 2 deletions
@@ -238,7 +238,8 @@ namespace IRaCIS.Core.Application.Service
CreateMap<ReadingQuestionCriterionSystem, ReadingQuestionCriterionTrial>()
.ForMember(dest => dest.ReadingQuestionTrialList, opt => opt.Ignore())
.ForMember(d => d.ReadingQuestionCriterionSystemId, u => u.MapFrom(s => s.Id)); ;
.ForMember(dest => dest.CreateUser, opt => opt.Ignore())
.ForMember(d => d.ReadingQuestionCriterionSystemId, u => u.MapFrom(s => s.Id));
CreateMap<AddOrUpdateReadingQuestionCriterionSystemInDto, ReadingQuestionCriterionSystem>();