From 9b233cbcc955c23d1be041deb2a0d0c575df7cbc Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Tue, 06 Jan 2026 13:51:54 +0800
Subject: [PATCH] 代收,代付
---
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