|
@@ -132,9 +132,6 @@ public class UserJtBusinessController extends CertifyApiController{
|
|
|
if(StringUtils.isNotBlank(jtBusinessProject.getApplyConditions()) && jtBusinessProject.getApplyConditions().length() > 512){
|
|
if(StringUtils.isNotBlank(jtBusinessProject.getApplyConditions()) && jtBusinessProject.getApplyConditions().length() > 512){
|
|
|
result.getError().add(buildError("512", "项目客户条件字数不能超过512"));
|
|
result.getError().add(buildError("512", "项目客户条件字数不能超过512"));
|
|
|
}
|
|
}
|
|
|
- if(StringUtils.isNotBlank(jtBusinessProject.getIntroduce()) && jtBusinessProject.getIntroduce().length() > 2048){
|
|
|
|
|
- result.getError().add(buildError("2048", "项目服务内容字数不能超过2048"));
|
|
|
|
|
- }
|
|
|
|
|
if(result.getError().size()>0) {
|
|
if(result.getError().size()>0) {
|
|
|
return result;
|
|
return result;
|
|
|
}
|
|
}
|