From b305b6ce82fbb975acf42af3ad450aa4c7699d5e Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 26 六月 2025 14:35:46 +0800
Subject: [PATCH] 客户分析,和浏览视频记录

---
 framework/src/main/resources/mapper/lmk/CustomerMapper.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/framework/src/main/resources/mapper/lmk/CustomerMapper.xml b/framework/src/main/resources/mapper/lmk/CustomerMapper.xml
index d98bcd8..951ba0e 100644
--- a/framework/src/main/resources/mapper/lmk/CustomerMapper.xml
+++ b/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 != ''">

--
Gitblit v1.8.0