|
|
@@ -484,10 +484,6 @@ public class AdminDemandApiController extends CertifyApiController {
|
|
|
return res;
|
|
|
}
|
|
|
|
|
|
- if (StringUtils.isBlank(demand.getEmployerId())) {
|
|
|
- res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR, "找不到雇主ID", "雇主ID"));
|
|
|
- return res;
|
|
|
- }
|
|
|
|
|
|
if (StringUtils.isBlank(demand.getKeyword())) {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR, "找不到关键词", "关键词"));
|