BUGFIX:过滤已废弃

This commit is contained in:
shahaibo
2024-08-02 11:36:58 +08:00
parent a10d30337a
commit fada00c738
3 changed files with 36 additions and 15 deletions

View File

@@ -32,7 +32,9 @@
<if test="style != null">
AND style = #{style}
</if>
<if test="isFemaleTable">
AND deprecated = 0
</if>
</trim>
ORDER BY
RAND()
@@ -48,7 +50,9 @@
<if test="style != null">
AND style = #{style}
</if>
<if test="isFemaleTable">
AND deprecated = 0
</if>
</trim>
ORDER BY
RAND()
@@ -73,7 +77,9 @@
<if test="style != null">
AND style = #{style}
</if>
<if test="isFemaleTable">
AND deprecated = 0
</if>
</trim>
ORDER BY
RAND()