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} 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