ludc
2024-12-13 9d92bb1d5698690bfd06fb93c668d9ae73300426
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/SmFunctionController.java
@@ -47,6 +47,16 @@
   }
   /**
    * 获取当前用户的所有按钮
    * @param treeQueryObject 树查询对象
    * @return
    */
   @GetMapping("/getAllButtons")
   public BaseResult getAllButtons(TreeQueryObject treeQueryObject){
      return BaseResult.dataList(functionQueryService.buttons(treeQueryObject));
   }
   /**
    * 获取当前用户的菜单
    * @param treeQueryObject 树查询对象
    * @return  树节点,出现错误会在异常处理器中统一返回Json