From e89e71158de719c70c487110a0f8d00d4a30d30b Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Thu, 12 Feb 2026 11:02:48 +0800
Subject: [PATCH] 1

---
 src/main/resources/mapper/EchoMapper.xml |   23 -----------------------
 1 files changed, 0 insertions(+), 23 deletions(-)

diff --git a/src/main/resources/mapper/EchoMapper.xml b/src/main/resources/mapper/EchoMapper.xml
index c902e5d..5942ddf 100644
--- a/src/main/resources/mapper/EchoMapper.xml
+++ b/src/main/resources/mapper/EchoMapper.xml
@@ -10,27 +10,4 @@
         <result column="return_time" property="returnTime"/>
         <result column="title" property="title"/>
     </resultMap>
-
-    <sql id="Base_Column_List">
-        id
-        ,
-                return_of_rate,
-                edesc,
-                is_open,
-                return_time,
-                title
-    </sql>
-
-    <select id="selectQueryAll" resultMap="BaseResultMap">
-        select
-            <include refid="Base_Column_List"/>
-            from echo
-    </select>
-
-    <select id="selectById" resultMap="BaseResultMap" parameterType="java.lang.Integer">
-        select  <include refid="Base_Column_List"/>
-            from echo where id  = #{id}
-    </select>
-
-
 </mapper>

--
Gitblit v1.9.3