You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
762 B
Plaintext
26 lines
762 B
Plaintext
1 year ago
|
<%@ page import="weaver.conn.RecordSet" %>
|
||
|
<%@ page import="weaver.general.BaseBean" %>
|
||
|
|
||
|
<%@ page import="com.alibaba.fastjson.JSONObject" %>
|
||
|
<%@ page import="com.alibaba.fastjson.JSONArray" %>
|
||
|
<%@ page import="com.engine.common.util.ParamUtil" %>
|
||
|
<%@ page import="java.util.Map" %>
|
||
|
<%@ page import="com.weaverboot.weaComponent.impl.weaTable.table.impl.DefaultWeaTable" %>
|
||
|
<%@ page import="com.weaverboot.tools.componentTools.table.WeaTableTools" %>
|
||
|
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
|
||
|
|
||
|
|
||
|
<%!
|
||
|
|
||
|
%>
|
||
|
<%
|
||
|
|
||
|
|
||
|
Map<String, Object> param = ParamUtil.request2Map(request);
|
||
|
String dataKey = (String) param.get("dataKey");
|
||
|
DefaultWeaTable defaultWeaTable = WeaTableTools.checkTableStringConfig(dataKey, DefaultWeaTable.class);
|
||
|
|
||
|
|
||
|
%>
|
||
|
|