From f87909326c2ff2c58da027163f64d9d8f9424b17 Mon Sep 17 00:00:00 2001
From: xinyb <574600396@qq.com>
Date: 星期三, 27 三月 2024 18:01:26 +0800
Subject: [PATCH] 自定义控件布局功能

---
 WebRoot/public/template/0/19/index.jsp |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/WebRoot/public/template/0/19/index.jsp b/WebRoot/public/template/0/19/index.jsp
index 3172f58..fe45d55 100644
--- a/WebRoot/public/template/0/19/index.jsp
+++ b/WebRoot/public/template/0/19/index.jsp
@@ -1,3 +1,4 @@
+<%@ page import="com.yc.service.impl.DBHelper" %>
 <%try {%>
 <%@ page language="java" contentType="text/html; charset=UTF-8"
          pageEncoding="UTF-8" %>
@@ -56,7 +57,10 @@
     <div id="scroller">
         <div id="tplt-container">
             <div id="tplt-panel" style="margin-left: 10px;">
-                <%@ include file="panel.jsp" %>
+                <%
+                    String customURL= DBHelper.getCustomURL(request,formId,formType,"panel.jsp");
+                %>
+                <jsp:include page="<%=customURL%>" flush="true"></jsp:include><%//鏀规垚鍏煎鐢ㄦ埛鑷畾涔夋帶浠跺竷灞�鐨勫彉閲� xin 2024-1-12 16:14:05%>
             </div>
                 <%//鏂囧瓧棰滆壊璇存槑鏄剧ず浣嶇疆 xin 2022-5-16 14:45:39%>
                 [?ColorDescription]

--
Gitblit v1.8.0