From 59beb88bdf1f8bedd5538580e50038ffee6985d9 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期五, 06 六月 2025 15:24:58 +0800 Subject: [PATCH] 优化我的收藏,活动报名,我的活动页面,活动页面后端逻辑,新增加载更多接口 --- 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