From b2a68b1eaa6db1c1456534e084d66fe98e4443f0 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期四, 21 八月 2025 15:26:59 +0800 Subject: [PATCH] 抽奖活动 --- framework/src/main/resources/mapper/lmk/CustomerMapper.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/src/main/resources/mapper/lmk/CustomerMapper.xml b/framework/src/main/resources/mapper/lmk/CustomerMapper.xml index d98bcd8..690e89f 100644 --- a/framework/src/main/resources/mapper/lmk/CustomerMapper.xml +++ b/framework/src/main/resources/mapper/lmk/CustomerMapper.xml @@ -27,7 +27,7 @@ <result property="experience" column="experience"/> <result property="createTime" column="create_time"/> <result property="blackId" column="blackId"/> - <collection property="customerTagList" ofType="cn.lili.modules.lmk.domain.vo.CustomerTagVO" + <collection property="customerTagList" ofType="cn.lili.modules.lmk.domain.vo.MemberTagVO" select="selectTagByMemberId" column="id" /> @@ -38,7 +38,7 @@ LM.* FROM li_member LM - LEFT JOIN lmk_customer_black LMK ON LM.id = LMK.user_id and LMK.delete_flag = 0 + <where> <!-- 鐢ㄦ埛鍚嶆ā绯婃煡璇� --> <if test="query.username != null and query.username != ''"> @@ -69,7 +69,7 @@ ORDER BY lm.create_time DESC </select> - <select id="selectTagByMemberId" resultType="cn.lili.modules.lmk.domain.vo.CustomerTagVO"> + <select id="selectTagByMemberId" resultType="cn.lili.modules.lmk.domain.vo.MemberTagVO"> SELECT LCT.id, LCT.tag_name, -- Gitblit v1.8.0