From 8fd3db7778b3991810d33ac4dffd2f9031b106fc Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期六, 11 十月 2025 16:37:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/user_action' into user_action

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

diff --git a/framework/src/main/resources/mapper/lmk/VideoMapper.xml b/framework/src/main/resources/mapper/lmk/VideoMapper.xml
index b6dc81b..dc56251 100644
--- a/framework/src/main/resources/mapper/lmk/VideoMapper.xml
+++ b/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">

--
Gitblit v1.8.0