peng
2025-10-22 b9b8b93a1b8ec1954ffc690093cb4628477de8c2
framework/src/main/resources/mapper/lmk/VideoMapper.xml
@@ -336,6 +336,7 @@
          AND LV.video_type = #{query.videoType}
          AND LM.id IS NOT NULL
        ORDER BY
            recommend DESC,
            create_time DESC
    </select>
    <select id="recommendVideoByVideoId" resultMap="WxResultMap">