|
@@ -471,8 +471,8 @@ func (this *SealApprovalController) Apply() {
|
|
|
"Use": {utils.NotEmpty()},
|
|
|
"CompanyName": {utils.NotEmpty()},
|
|
|
"CreditCode": {utils.NotEmpty()},
|
|
|
- "ServiceType": {utils.NotEmpty()},
|
|
|
- //"SealType": {utils.NotEmpty()}, //权益非标合同不校验合同类型
|
|
|
+ //"ServiceType": {utils.NotEmpty()}, //权益非标合同不校验合同类型
|
|
|
+ "SealType": {utils.NotEmpty()},
|
|
|
"FileUrls": {utils.NotEmpty()},
|
|
|
"AffiliatedCompany": {utils.NotEmpty()},
|
|
|
}
|
|
@@ -487,7 +487,7 @@ func (this *SealApprovalController) Apply() {
|
|
|
}
|
|
|
req.CompanyId = companyInfo.CompanyId
|
|
|
} else {
|
|
|
- reqVerify["SealType"] = []string{utils.NotEmpty()}
|
|
|
+ reqVerify["ServiceType"] = []string{utils.NotEmpty()}
|
|
|
}
|
|
|
|
|
|
err = utils.Verify(req, reqVerify, utils.LANG_CN)
|