From 9d003325865fe5adb195a0225be1893eb3d03606 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期一, 08 四月 2024 16:27:24 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/WebUIController.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/WebUIController.java b/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/WebUIController.java index 04b1109..f6cbef8 100644 --- a/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/WebUIController.java +++ b/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/WebUIController.java @@ -1,5 +1,6 @@ package com.vci.web.controller; +import com.vci.starter.web.annotation.controller.VciUnCheckRight; import com.vci.starter.web.annotation.log.VciBusinessLog; import com.vci.starter.web.pagemodel.BaseResult; import com.vci.web.pageModel.UIContentVO; @@ -41,6 +42,7 @@ * @return UI涓婁笅鏂� */ @GetMapping("/getUIContentByBtmTypeAndId") + @VciUnCheckRight public UIContentVO getUIContentByBtmTypeAndId(String btmType,String id){ return uiService.getUIContentByBtmTypeAndId(btmType,id); } -- Gitblit v1.9.3