From c90093511d4f535fbae53633313c538d1d7a2275 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期一, 28 十月 2024 15:01:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/UIManagerController.java | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/UIManagerController.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/UIManagerController.java
index d06887c..052bdbb 100644
--- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/UIManagerController.java
+++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/UIManagerController.java
@@ -535,7 +535,7 @@
* @param tabButtonVO
* @return 淇敼缁撴灉
*/
- @PutMapping("/updateTabbutton")
+ @PutMapping("/updateTabButton")
public BaseResult updateTabButton(@RequestBody PLTabButtonVO tabButtonVO){
try {
return uiManagerService.updateTabButton(tabButtonVO);
@@ -622,18 +622,18 @@
* @return
* @throws PLException
*/
-/* @GetMapping( "/getRightListByRoleId")
- @VciBusinessLog(operateName = "鏍规嵁瑙掕壊涓婚敭鑾峰彇宸叉巿鏉冪殑UI涓婚敭闆嗗悎")
- public BaseResult getRightListByRoleId(String roleId){
- try {
- return BaseResult.success(uiManagerService.getRightListByRoleId(roleId));
- }catch (Throwable e) {
- e.printStackTrace();
- String exceptionMessage = "鑾峰彇宸叉巿鏉冧俊鎭椂閿欒锛屽師鍥狅細" + VciBaseUtil.getExceptionMessage(e);
- logger.error(exceptionMessage);
- return BaseResult.fail(exceptionMessage);
- }
- }*/
+ /* @GetMapping( "/getRightListByRoleId")
+ @VciBusinessLog(operateName = "鏍规嵁瑙掕壊涓婚敭鑾峰彇宸叉巿鏉冪殑UI涓婚敭闆嗗悎")
+ public BaseResult getRightListByRoleId(String roleId){
+ try {
+ return BaseResult.success(uiManagerService.getRightListByRoleId(roleId));
+ }catch (Throwable e) {
+ e.printStackTrace();
+ String exceptionMessage = "鑾峰彇宸叉巿鏉冧俊鎭椂閿欒锛屽師鍥狅細" + VciBaseUtil.getExceptionMessage(e);
+ logger.error(exceptionMessage);
+ return BaseResult.fail(exceptionMessage);
+ }
+ }*/
/***
* @param uiAuthorDTO 鍕鹃�夌殑闇�瑕佷繚瀛樼殑鏁版嵁瀵硅薄
--
Gitblit v1.9.3