3
1

2 Коммитууд 8cbe9eecc7 ... 6bb49c5d97

Эзэн SHA1 Мессеж Огноо
  guqiang 6bb49c5d97 Merge branch 'feature/exam' into test 3 өдөр өмнө
  guqiang 26957836f0 调整题库编辑接口 3 өдөр өмнө

+ 0 - 1
src/Hotline/Validators/Exams/Questions/UpdateQuestionTagDtoValidator.cs

@@ -13,7 +13,6 @@ namespace Hotline.Validators.Exams.Questions
         public UpdateQuestionTagDtoValidator()
         {
             RuleFor(m => m.TagId).NotEmpty().WithMessage(x => string.Format(ExamErrorMessage.IsRequired, typeof(ExamTag).GetDescription()));
-            RuleFor(m=>m.Id).NotEmpty().WithMessage(x => string.Format(ExamErrorMessage.IsRequired, x.GetType().GetDescription(nameof(ExamQuestionTag.Id))));
         }
     }
 }