BUGFIX:过滤已废弃

This commit is contained in:
shahaibo
2024-08-02 12:21:30 +08:00
parent 685ba09f7d
commit e0332b9ddf

View File

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