Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/StmFunctionController.java
@@ -1,5 +1,6 @@
package com.vci.web.controller;
import com.vci.corba.common.PLException;
import com.vci.corba.common.VCIError;
import com.vci.frameworkcore.compatibility.ISmFunctionQueryService;
import com.vci.frameworkcore.enumpck.ResourceControlTypeEnum;
@@ -46,7 +47,7 @@
   @VciUnCheckRight
   @GetMapping("/getTreeMyMenu")
   @ResponseBody
   public List<MenuVO> getTreeMyMenu(TreeQueryObject treeQueryObject) throws VCIError {
   public List<MenuVO> getTreeMyMenu(TreeQueryObject treeQueryObject) throws PLException {
      return functionQueryService.treeCurrentUserMenu(treeQueryObject, ResourceControlTypeEnum.BS);
   }
}