!43 删除无用代码

Merge pull request !43 from 张磊/master
This commit is contained in:
chopper711 2021-10-20 06:22:38 +00:00 committed by Gitee
commit 64e9e1bfeb

View File

@ -48,8 +48,6 @@ public class MenuServiceImpl extends ServiceImpl<MenuMapper, Menu> implements Me
throw new ServiceException(ResultCode.PERMISSION_MENU_ROLE_ERROR);
}
this.removeByIds(ids);
//删除关联关系
roleMenuService.deleteRoleMenu(ids);
}