From 8c4818a77b2279e1993a7022f21a6bc85046fdba Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 10 九月 2025 19:40:31 +0800
Subject: [PATCH] 优惠卷虚拟商品

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

diff --git a/framework/src/main/resources/mapper/lmk/VideoMapper.xml b/framework/src/main/resources/mapper/lmk/VideoMapper.xml
index 58a6600..b6dc81b 100644
--- a/framework/src/main/resources/mapper/lmk/VideoMapper.xml
+++ b/framework/src/main/resources/mapper/lmk/VideoMapper.xml
@@ -300,7 +300,7 @@
             LV.delete_flag = 0
           AND LV.STATUS = '1'
           AND LV.video_type = #{query.videoType}
-          AND lm.id IS NOT NULL
+          AND LM.id IS NOT NULL
         UNION ALL
         SELECT
             LV.author_id,
@@ -334,7 +334,7 @@
             LV.delete_flag = 0
           AND LV.STATUS = '1'
           AND LV.video_type = #{query.videoType}
-          AND lm.id IS NOT NULL
+          AND LM.id IS NOT NULL
         ORDER BY
             create_time DESC
     </select>

--
Gitblit v1.8.0