BUGFIX:过滤已废弃
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user