TASK:aida;

This commit is contained in:
shahaibo
2024-06-27 17:36:47 +08:00
parent f869f8eb10
commit bc240cd2ee
3 changed files with 21 additions and 15 deletions

View File

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