From 99b454f9d696d75368fa4ac340425ccad260f555 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 15 十月 2024 02:25:27 +0800 Subject: [PATCH] 动态列完成 --- ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml index bb27935..4e25244 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/YwPointMapper.xml @@ -51,10 +51,6 @@ <result column="column_value" property="columnValue"/> </resultMap> - <select id="selectData" resultType="com.ycl.platform.base.BaseSelect"> - - </select> - <select id="page" resultMap="pageMap"> SELECT typ.id, -- Gitblit v1.8.0