From d0f77f301fadb8817bb24026c8aad8d002fccf8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BA=86=E7=A5=A5?= Date: Wed, 1 Oct 2025 17:42:32 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E8=A7=86=E9=A2=91=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E6=8E=89=E5=B7=B2=E5=88=A0=E9=99=A4=E7=9A=84=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/content/VlogMapperCustom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-modules/ruoyi-content/src/main/resources/mapper/content/VlogMapperCustom.xml b/ruoyi-modules/ruoyi-content/src/main/resources/mapper/content/VlogMapperCustom.xml index be15a53f2..87525267d 100644 --- a/ruoyi-modules/ruoyi-content/src/main/resources/mapper/content/VlogMapperCustom.xml +++ b/ruoyi-modules/ruoyi-content/src/main/resources/mapper/content/VlogMapperCustom.xml @@ -28,7 +28,7 @@ ums_member m ON v.member_id = m.id - WHERE v.first_frame_img IS NOT NULL and ifnull(v.delete_flag,0) = 0 + WHERE v.first_frame_img IS NOT NULL and ifnull(v.del_flag,0) = 0 AND v.is_private = #{bo.isPrivate}