Commit 4764f14e by guojuxing

编辑权限项接口修复

parent fb2f93d0
......@@ -269,7 +269,7 @@ public class MenuApiServiceImpl implements MenuApiService {
if (record.getMenuType().intValue() != MenuTypeEnum.ROLE.getCode()) {
return ServiceResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "主键参数有误,非权限项");
}
ServiceResponse paramsValid = ValidParamsUtils.allCheckValidate(params, AuthItemSaveQO.SaveAuthItemValid.class);
ServiceResponse paramsValid = ValidParamsUtils.allCheckValidate(params, AuthItemSaveQO.EditAuthItemValid.class);
if (!paramsValid.isSuccess()) {
return paramsValid;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment