TANG JIANG 1 سال پیش
والد
کامیت
d539907591
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/DataSharing.Application/Validators/SubmitCaseRecordInfoValidator.cs

+ 1 - 1
src/DataSharing.Application/Validators/SubmitCaseRecordInfoValidator.cs

@@ -8,7 +8,7 @@ namespace DataSharing.Application.Validators
         public SubmitCaseRecordInfoValidator()
         {
             RuleFor(d => d.AreaCode).NotEmpty();
-            RuleFor(d => d.CaseSerial).NotEmpty();
+            //RuleFor(d => d.CaseSerial).NotEmpty();
             RuleFor(d => d.PhoneNumber).NotEmpty();
             RuleFor(d => d.PhoneStatus).NotEmpty();
             RuleFor(d => d.IsPhoneCall).NotEmpty();