|
@@ -7,13 +7,13 @@ namespace DataSharing.Application.Validators.XieTong
|
|
|
{
|
|
|
public GetCaseBackApplyValidator()
|
|
|
{
|
|
|
- RuleFor(d => d.SendBack.Handle).NotEmpty();
|
|
|
+ // RuleFor(d => d.SendBack.Handle).NotEmpty();
|
|
|
RuleFor(d => d.SendBack.CreatorOrgName).NotEmpty();
|
|
|
RuleFor(d => d.SendBack.CreatorName).NotEmpty();
|
|
|
RuleFor(d => d.Order.ProvinceNo).NotEmpty();
|
|
|
RuleFor(d => d.Order.AreaCode).NotEmpty();
|
|
|
RuleFor(d => d.SendBack.CreationTime).NotEmpty();
|
|
|
- RuleFor(d => string.IsNullOrEmpty(d.SendBack.AuditOpinion) ? d.SendBack.Content : d.SendBack.AuditOpinion).NotEmpty();
|
|
|
+ // RuleFor(d => string.IsNullOrEmpty(d.SendBack.AuditOpinion) ? d.SendBack.Content : d.SendBack.AuditOpinion).NotEmpty();
|
|
|
}
|
|
|
}
|
|
|
}
|