TASK:aida;
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user