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

Аутор SHA1 Порука Датум
  guqiang 6bb49c5d97 Merge branch 'feature/exam' into test пре 3 дана
  guqiang 26957836f0 调整题库编辑接口 пре 3 дана
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/Hotline/Validators/Exams/Questions/UpdateQuestionTagDtoValidator.cs

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

@@ -13,7 +13,6 @@ namespace Hotline.Validators.Exams.Questions
         public UpdateQuestionTagDtoValidator()
         public UpdateQuestionTagDtoValidator()
         {
         {
             RuleFor(m => m.TagId).NotEmpty().WithMessage(x => string.Format(ExamErrorMessage.IsRequired, typeof(ExamTag).GetDescription()));
             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))));
         }
         }
     }
     }
 }
 }