ludc
2024-07-04 328b0158c3d97f87efc7da22a1e3f5a7c258b127
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);