From 4c55edc6f53989beb03bf36aabb469d76470b517 Mon Sep 17 00:00:00 2001
From: lohir <3399054449@qq.com>
Date: 星期三, 23 十月 2024 15:43:48 +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