yuxc
2024-06-19 663878fdcd0d44c105888014f4cdf7fc926f609f
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/SmFunctionController.java
@@ -35,7 +35,6 @@
    * @param treeQueryObject 树查询对象
    * @return  树节点,出现错误会在异常处理器中统一返回Json
    */
    @VciUnCheckRight
   @GetMapping("/treeMyMenu")
   public List<MenuVO> treeMyMenu(TreeQueryObject treeQueryObject) throws PLException {
      return functionQueryService.treeCurrentUserMenu(treeQueryObject, ResourceControlTypeEnum.BS);