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}