From bd9e6d9b7f673c5f55ef40b42b37ecd78ab36893 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期二, 19 八月 2025 15:56:33 +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