From 02422cb80c33f50185f27ef86ec0cb1fd416f928 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期一, 23 六月 2025 14:13:22 +0800
Subject: [PATCH] insert 提交退款证书
---
framework/src/main/resources/mapper/lmk/CustomerMapper.xml | 21 ---------------------
1 files changed, 0 insertions(+), 21 deletions(-)
diff --git a/framework/src/main/resources/mapper/lmk/CustomerMapper.xml b/framework/src/main/resources/mapper/lmk/CustomerMapper.xml
index 0a38e6b..1c484e7 100644
--- a/framework/src/main/resources/mapper/lmk/CustomerMapper.xml
+++ b/framework/src/main/resources/mapper/lmk/CustomerMapper.xml
@@ -83,25 +83,4 @@
</select>
-
-
- <select id="getById" resultMap="BaseResultMap">
- SELECT
- LCT.tag_name,
- LCT.create_type,
- LCT.create_by,
- LCT.create_time,
- LCT.update_by,
- LCT.update_time,
- LCT.delete_flag,
- LCT.id
- FROM
- lmk_customer_tag LCT
- WHERE
- LCT.id = #{id} AND LCT.delete_flag = 0
- </select>
-
-
-
-
</mapper>
--
Gitblit v1.8.0