zxl
2025-06-26 b305b6ce82fbb975acf42af3ad450aa4c7699d5e
framework/src/main/resources/mapper/lmk/CustomerMapper.xml
@@ -27,10 +27,10 @@
        <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"
                    select="selectTagByMemberId"
                    column="id"
        />
<!--        <collection property="customerTagList"  ofType="cn.lili.modules.lmk.domain.vo.CustomerTagVO"-->
<!--                    select="selectTagByMemberId"-->
<!--                    column="id"-->
<!--        />-->
    </resultMap>
    <select id="getPage" resultMap="BaseResultMap">
@@ -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 != ''">