@@ -232,11 +232,6 @@ public class DemandApiController extends CertifyApiController{
return res;
}
- if (null == demand.getInfoSources()) {
- res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR, "找不到信息来源", "信息来源"));
- return res;
- }
-
if (null == demand.getIndustryCategoryA()) {
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR, "找不到行业类别", "行业类别"));