zhangchuanxing 1 month ago
parent
commit
650e2c18e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/seal/seal_approval.go

+ 1 - 1
controllers/seal/seal_approval.go

@@ -471,7 +471,7 @@ func (this *SealApprovalController) Apply() {
 		"Use":         {utils.NotEmpty()},
 		"CompanyName": {utils.NotEmpty()},
 		"CreditCode":  {utils.NotEmpty()},
-		//"ServiceType":       {utils.NotEmpty()} //权益非标合同不校验合同类型
+		//"ServiceType":       {utils.NotEmpty()} //权益非标合同不校验合同类型
 		"SealType":          {utils.NotEmpty()},
 		"FileUrls":          {utils.NotEmpty()},
 		"AffiliatedCompany": {utils.NotEmpty()},