33333333333

This commit is contained in:
777
2025-02-23 18:18:34 +08:00
parent eb4e33ad24
commit 86c149ca09
10 changed files with 97 additions and 2 deletions

View File

@@ -106,6 +106,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="query.openVideoStatus != null">
and t2.open_video_status = #{query.openVideoStatus}
</if>
<if test="!query.hiddenStatusUser">
and t2.hidden_status = 0
</if>
<if test="query.type != null">
<if test="query.type == 0">
order by t2.top_show_rank desc