@@ -338,11 +338,6 @@ public class AdminDemandApiController extends CertifyApiController {
return res;
}
- if (null == demand.getReleaseStatus()) {
- res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR, "找不到是否发布", "是否发布"));
- return res;
- }
-