From 5203081b68e3a8dc139d1807b2f8774e4a00a82a Mon Sep 17 00:00:00 2001
From: ludc <ludc@vci-tech.com>
Date: 星期四, 16 一月 2025 11:11:59 +0800
Subject: [PATCH] 退出登录接口增加清除session、jwttoken等缓存信息

---
 Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/UIManagerController.java |  118 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 104 insertions(+), 14 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 547d42d..a071c9b 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
@@ -9,6 +9,7 @@
 import com.vci.pagemodel.PLDefinationVO;
 import com.vci.pagemodel.PLTabButtonVO;
 import com.vci.pagemodel.PLUILayoutCloneVO;
+import com.vci.pagemodel.UICloneVO;
 import com.vci.starter.web.annotation.log.VciBusinessLog;
 import com.vci.starter.web.exception.VciBaseException;
 import com.vci.starter.web.pagemodel.BaseQueryObject;
@@ -19,7 +20,7 @@
 import com.vci.starter.web.util.VciBaseUtil;
 import com.vci.web.service.OsBtmServiceI;
 import com.vci.web.service.UIManagerServiceI;
-import com.vci.web.util.Func;
+import com.vci.starter.web.util.Lcm.Func;
 import org.apache.commons.lang3.StringUtils;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -32,7 +33,6 @@
 import java.io.IOException;
 import java.util.Arrays;
 import java.util.Date;
-import java.util.List;
 import java.util.Map;
 
 /**
@@ -397,7 +397,6 @@
         }
     }
 
-
     /**
      * 涓氬姟绫诲瀷涓嬫媺鏌ヨ
      * @param baseQueryObject selectBtmType 閫夋嫨鐨勬簮瀵硅薄,甯﹀垎椤典俊鎭�
@@ -412,6 +411,25 @@
         }catch (Throwable e) {
             e.printStackTrace();
             String exceptionMessage = "涓氬姟绫诲瀷涓嬫媺鏌ヨ鏃跺嚭鐜伴敊璇紝鍘熷洜锛�" + VciBaseUtil.getExceptionMessage(e);
+            logger.error(exceptionMessage);
+            return BaseResult.fail(exceptionMessage);
+        }
+    }
+
+    /**
+     * 閾炬帴绫诲瀷涓嬫媺鏌ヨ
+     * @param baseQueryObject selectBtmType 閫夋嫨鐨勬簮瀵硅薄,甯﹀垎椤典俊鎭�
+     * @return
+     * @throws PLException
+     */
+    @GetMapping( "/getLinkDatasByPage")
+    @VciBusinessLog(operateName = "閾炬帴绫诲瀷涓嬫媺鏌ヨ")
+    public BaseResult getLinkDatasByPage(BaseQueryObject baseQueryObject){
+        try {
+            return BaseResult.dataGrid(uiManagerService.getLinkDatasByPage(baseQueryObject));
+        }catch (Throwable e) {
+            e.printStackTrace();
+            String exceptionMessage = "閾炬帴绫诲瀷涓嬫媺鏌ヨ鏃跺嚭鐜伴敊璇紝鍘熷洜锛�" + VciBaseUtil.getExceptionMessage(e);
             logger.error(exceptionMessage);
             return BaseResult.fail(exceptionMessage);
         }
@@ -499,10 +517,10 @@
      * @param tabButtonVO
      * @return 淇濆瓨缁撴灉
      */
-    @PostMapping("/addTapButton")
-    public BaseResult addTapButton(@RequestBody PLTabButtonVO tabButtonVO){
+    @PostMapping("/addTabButton")
+    public BaseResult addTabButton(@RequestBody PLTabButtonVO tabButtonVO){
         try {
-            return uiManagerService.addTapButton(tabButtonVO);
+            return uiManagerService.addTabButton(tabButtonVO);
         } catch (Throwable e) {
             e.printStackTrace();
             String exceptionMessage = "鎸夐挳閰嶇疆淇℃伅娣诲姞鏃跺嚭鐜伴敊璇紝鍘熷洜锛�" + VciBaseUtil.getExceptionMessage(e);
@@ -516,10 +534,10 @@
      * @param  tabButtonVO
      * @return 淇敼缁撴灉
      */
-    @PutMapping("/updateTapButton")
-    public BaseResult updateTapButton(@RequestBody PLTabButtonVO tabButtonVO){
+    @PutMapping("/updateTabButton")
+    public BaseResult updateTabButton(@RequestBody PLTabButtonVO tabButtonVO){
         try {
-            return uiManagerService.updateTapButton(tabButtonVO);
+            return uiManagerService.updateTabButton(tabButtonVO);
         } catch (Throwable e) {
             e.printStackTrace();
             String exceptionMessage = "淇敼鎸夐挳閰嶇疆淇℃伅鏃跺嚭鐜伴敊璇紝鍘熷洜锛�" + VciBaseUtil.getExceptionMessage(e);
@@ -533,10 +551,10 @@
      * @param tabButtonVO
      * @return
      */
-    @DeleteMapping("/deleteTapButton")
-    public BaseResult deleteTapButton(@RequestBody PLTabButtonVO tabButtonVO){
+    @DeleteMapping("/deleteTabButton")
+    public BaseResult deleteTabButton(@RequestBody PLTabButtonVO tabButtonVO){
         try {
-            return uiManagerService.deleteTapButton(tabButtonVO) ? BaseResult.success("鍒犻櫎鍗曚釜鎸夐挳閰嶇疆鎴愬姛锛�"):BaseResult.fail("鍒犻櫎鍗曚釜鎸夐挳閰嶇疆澶辫触锛�");
+            return uiManagerService.deleteTabButton(tabButtonVO) ? BaseResult.success("鍒犻櫎鍗曚釜鎸夐挳閰嶇疆鎴愬姛锛�"):BaseResult.fail("鍒犻櫎鍗曚釜鎸夐挳閰嶇疆澶辫触锛�");
         } catch (PLException e) {
             e.printStackTrace();
             String exceptionMessage = "鍒犻櫎鍗曚釜鎸夐挳閰嶇疆鏃跺嚭鐜伴敊璇紝鍘熷洜锛�" + VciBaseUtil.getExceptionMessage(e);
@@ -588,7 +606,7 @@
     @VciBusinessLog(operateName = "UI鎺堟潈锛堟爲褰㈢粨鏋勶級")
     public BaseResult getUIAuthor(BaseQueryObject baseQueryObject){
         try {
-            return BaseResult.dataList( uiManagerService.getUIAuthor(baseQueryObject));
+            return BaseResult.dataList(uiManagerService.getUIAuthor(baseQueryObject));
         }catch (Throwable e) {
             e.printStackTrace();
             String exceptionMessage = "UI鎺堟潈鍔犺浇鍑虹幇閿欒锛屽師鍥狅細" + VciBaseUtil.getExceptionMessage(e);
@@ -597,7 +615,7 @@
         }
     }
 
-    /***
+    /**
      * @param uiAuthorDTO 鍕鹃�夌殑闇�瑕佷繚瀛樼殑鏁版嵁瀵硅薄
      * @return
      */
@@ -614,4 +632,76 @@
         }
     }
 
+    /**
+     * 閫氳繃涓氬姟绫诲瀷鑾峰彇UI涓婁笅鏂囧寘鍚叾涓嬪叧鑱旂殑鍖哄煙瀹氫箟>椤甸潰瀹氫箟绛夋墍鏈夊叧鑱旀暟鎹紝褰掔撼鎴恡ree缁撴瀯
+     * @param btmName
+     * @param level
+     * @return
+     */
+    @GetMapping( "/getAllLevelTreeByBtm")
+    public BaseResult getAllLevelTreeByBtm(String btmName,String level){
+        try {
+            return BaseResult.success(uiManagerService.getAllLevelTreeByBtm(btmName,level));
+        }catch (Exception e) {
+            e.printStackTrace();
+            String exceptionMessage = "鑾峰彇UI鏍戞椂鍑虹幇閿欒锛屽師鍥狅細" + VciBaseUtil.getExceptionMessage(e);
+            logger.error(exceptionMessage);
+            return BaseResult.fail(exceptionMessage);
+        }
+    }
+
+    /**
+     * 鍏嬮殕椤电
+     * @param uiCloneVO
+     * @return
+     * @throws Throwable
+     */
+    @PostMapping("/clonetabPage")
+    public BaseResult clonetabPage(@RequestBody UICloneVO uiCloneVO){
+        try {
+            return uiManagerService.clonetabPage(uiCloneVO);
+        } catch (Throwable e) {
+            e.printStackTrace();
+            String exceptionMessage = "鍏嬮殕椤电鏃跺嚭鐜伴敊璇紝鍘熷洜锛�" + VciBaseUtil.getExceptionMessage(e);
+            logger.error(exceptionMessage);
+            return BaseResult.fail(exceptionMessage);
+        }
+    }
+
+    /**
+     * 鍏嬮殕椤甸潰瀹氫箟
+     * @param uiCloneVO
+     * @return
+     * @throws Throwable
+     */
+    @PostMapping("/clonePageDef")
+    public BaseResult clonePageDef(@RequestBody UICloneVO uiCloneVO){
+        try {
+            return uiManagerService.clonePageDef(uiCloneVO);
+        } catch (Throwable e) {
+            e.printStackTrace();
+            String exceptionMessage = "鍏嬮殕椤甸潰瀹氫箟鏃跺嚭鐜伴敊璇紝鍘熷洜锛�" + VciBaseUtil.getExceptionMessage(e);
+            logger.error(exceptionMessage);
+            return BaseResult.fail(exceptionMessage);
+        }
+    }
+
+    /**
+     * 鍏嬮殕鎸夐挳
+     * @param uiCloneVO
+     * @return
+     * @throws Throwable
+     */
+    @PostMapping("/cloneTabButton")
+    public BaseResult cloneTabButton(@RequestBody UICloneVO uiCloneVO){
+        try {
+            return uiManagerService.cloneTabButton(uiCloneVO);
+        } catch (Throwable e) {
+            e.printStackTrace();
+            String exceptionMessage = "鍏嬮殕鎸夐挳閰嶇疆鏃跺嚭鐜伴敊璇紝鍘熷洜锛�" + VciBaseUtil.getExceptionMessage(e);
+            logger.error(exceptionMessage);
+            return BaseResult.fail(exceptionMessage);
+        }
+    }
+
 }

--
Gitblit v1.9.3