BUGFIX:过滤已废弃

This commit is contained in:
shahaibo
2024-08-02 12:28:58 +08:00
parent e0332b9ddf
commit 5a09d7a195

View File

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