From 890eef1b4240e0fcf8c6f2000e01f43e587702ef Mon Sep 17 00:00:00 2001
From: dangsn <dangsn@chicecm.com>
Date: 星期二, 04 六月 2024 16:44:00 +0800
Subject: [PATCH] 调整项目的引用

---
 Source/platformProject/vci-platform-web/src/main/java/com/vci/web/controller/WebUIController.java |    3 +++
 1 files changed, 3 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..f7e9ec6 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);
 	}
@@ -52,6 +54,7 @@
 	 * @return 琛ㄥ崟鐨勫畾涔�
 	 */
 	@GetMapping("/getFormDefineById")
+	@VciUnCheckRight
 	public UIFormDefineVO getFormDefineById(String btmType,String id){
 		return uiService.getFormById(btmType,id);
 	}

--
Gitblit v1.9.3