删除无用代码

This commit is contained in:
zhanglei829 2021-10-20 11:29:03 +08:00
parent 2bf232b5fd
commit 744d882831

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);
}