BUGFIX:过滤已废弃
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
AND style = #{style}
|
AND style = #{style}
|
||||||
</if>
|
</if>
|
||||||
<if test="isFemaleTable">
|
<if test="isFemaleTable">
|
||||||
AND deprecated != 1
|
AND deprecated is null
|
||||||
</if>
|
</if>
|
||||||
</trim>
|
</trim>
|
||||||
ORDER BY
|
ORDER BY
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
AND style = #{style}
|
AND style = #{style}
|
||||||
</if>
|
</if>
|
||||||
<if test="isFemaleTable">
|
<if test="isFemaleTable">
|
||||||
AND deprecated != 1
|
AND deprecated is null
|
||||||
</if>
|
</if>
|
||||||
</trim>
|
</trim>
|
||||||
ORDER BY
|
ORDER BY
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
AND style = #{style}
|
AND style = #{style}
|
||||||
</if>
|
</if>
|
||||||
<if test="isFemaleTable">
|
<if test="isFemaleTable">
|
||||||
AND deprecated != 1
|
AND deprecated is null
|
||||||
</if>
|
</if>
|
||||||
</trim>
|
</trim>
|
||||||
ORDER BY
|
ORDER BY
|
||||||
|
|||||||
Reference in New Issue
Block a user