|
|
@@ -299,7 +299,7 @@ public class KwsSpecialService {
|
|
|
**/
|
|
|
public HttpResult exitSpecial(HashMap<String, Object> params) {
|
|
|
/*校验*/
|
|
|
- if (StringUtils.isBlank(params.get("specialId")) || StringUtils.isBlank(params.get("entIds"))) {
|
|
|
+ if (StringUtils.isBlank(params.get("specialId")) || StringUtils.isBlank(params.get("entId"))) {
|
|
|
return HttpResult.error("参数不能为空!");
|
|
|
}
|
|
|
Long specialId = NumberUtils.parseLong(params.get("specialId"));
|