From ea4dda9def8d75d5ca8796771cf22b37fcd251d1 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Thu, 07 Aug 2025 15:39:16 +0800
Subject: [PATCH] bug修改

---
 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