BUGFIX:过滤已废弃

This commit is contained in:
shahaibo
2024-08-02 12:13:32 +08:00
parent 7aa1fc0342
commit 685ba09f7d

View File

@@ -33,7 +33,7 @@
AND style = #{style}
</if>
<if test="isFemaleTable">
AND deprecated = 0
AND deprecated != 1
</if>
</trim>
ORDER BY
@@ -51,7 +51,7 @@
AND style = #{style}
</if>
<if test="isFemaleTable">
AND deprecated = 0
AND deprecated != 1
</if>
</trim>
ORDER BY
@@ -78,7 +78,7 @@
AND style = #{style}
</if>
<if test="isFemaleTable">
AND deprecated = 0
AND deprecated != 1
</if>
</trim>
ORDER BY