From 59765cab961847dfd101e69ae6d8d1d501a5284c Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期二, 04 六月 2024 11:10:28 +0800
Subject: [PATCH] 1、ice配置文件上传

---
 Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/StmFunctionController.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/StmFunctionController.java b/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/StmFunctionController.java
index d002ebd..37d18e6 100644
--- a/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/StmFunctionController.java
+++ b/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);
 	}
 }

--
Gitblit v1.9.3