From f63685047444919d8778e3de9a09ffbed5d219e4 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期五, 11 七月 2025 09:07:23 +0800 Subject: [PATCH] 管理端活动富文本编辑相关问题,审核活动 --- framework/src/main/resources/mapper/lmk/VideoMapper.xml | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) diff --git a/framework/src/main/resources/mapper/lmk/VideoMapper.xml b/framework/src/main/resources/mapper/lmk/VideoMapper.xml index eb193ad..325a5d0 100644 --- a/framework/src/main/resources/mapper/lmk/VideoMapper.xml +++ b/framework/src/main/resources/mapper/lmk/VideoMapper.xml @@ -673,8 +673,6 @@ <result column="total_duration" property="totalDuration"/> <result column="video_count" property="videoCount"/> <result column="avg_completion_rate" property="avgCompletionRate"/> - - </resultMap> <resultMap id="videoTagMap" type="cn.lili.modules.lmk.domain.vo.SimpleVideoTagVO"> @@ -683,14 +681,14 @@ </resultMap> - <select id="getVideoTags" parameterType="String" resultMap="videoTagMap"> - SELECT LVT.id, - LVT.tag_name - from lmk_video_tag_ref LVTR - LEFT JOIN lmk_video_tag LVT ON LVT.id = LVTR.video_tag_id and LVT.delete_flag = 0 - WHERE LVTR.video_id = #{id} +<!-- <select id="getVideoTags" parameterType="String" resultMap="videoTagMap">--> +<!-- SELECT LVT.id,--> +<!-- LVT.tag_name--> +<!-- from lmk_video_tag_ref LVTR--> +<!-- LEFT JOIN lmk_video_tag LVT ON LVT.id = LVTR.video_tag_id and LVT.delete_flag = 0--> +<!-- WHERE LVTR.video_id = #{id}--> - </select> +<!-- </select>--> <select id="getVideoFootInfo" resultMap="videoFootInfo"> SELECT -- Gitblit v1.8.0