zxl
2025-07-11 f63685047444919d8778e3de9a09ffbed5d219e4
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