luo
2023-12-08 1300cd0e47d9f0890d972bafeba888d10395ed38
guns-management/src/main/java/com/stylefeng/guns/modular/code/controller/SysRoleController.java
@@ -143,7 +143,7 @@
    @GetMapping(value = "/roleTreeList")
    @ApiOperation(value = "获取上级名称", tags = {"后台-角色管理"})
    @ApiOperation(value = "获取角色树", tags = {"后台-角色管理"})
    @ResponseBody
    public List<ZTreeNode> roleTreeList() {
        List<ZTreeNode> roleTreeList = this.roleService.roleTreeList();