From 1b992addb4f4fc78b19748927bdefa32df239842 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期二, 29 七月 2025 11:37:23 +0800 Subject: [PATCH] 用户主页显示问题,活动列表查询问题 --- framework/src/main/resources/mapper/lmk/MyCollectMapper.xml | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/framework/src/main/resources/mapper/lmk/MyCollectMapper.xml b/framework/src/main/resources/mapper/lmk/MyCollectMapper.xml index 9f89ba6..f589c1a 100644 --- a/framework/src/main/resources/mapper/lmk/MyCollectMapper.xml +++ b/framework/src/main/resources/mapper/lmk/MyCollectMapper.xml @@ -112,18 +112,6 @@ <result column="update_time" property="updateTime" /> </resultMap> - <select id="getVideoCollectPage" resultMap="videoBaseResult"> - SELECT - LV.*, - LM.nick_name as authorName - FROM lmk_my_collect LMC - LEFT JOIN lmk_video LV - ON LMC.ref_id = LV.id - LEFT JOIN li_member LM ON LV.author_id = LM.id - WHERE LMC.collect_type = 'video' and LMC.user_id = #{userId} - and LV.delete_flag = 0 and LM.delete_flag= 0 and LMC.delete_flag =0 - </select> - <resultMap id="storeBaseResult" type="cn.lili.modules.store.entity.vos.StoreBasicInfoVO"> <id column="id" property="storeId"/> <result column="store_name" property="storeName"/> -- Gitblit v1.8.0