From 8e25f623c96b7c53a702263f68fc02c6a2566d1b Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期一, 23 六月 2025 14:15:31 +0800 Subject: [PATCH] update 解决管理后台无法查看快递问题 完成大健康小程序接口 --- 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