From 68694200d86f727e380999c98537fe21e73e900b Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 24 十月 2024 18:10:28 +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