BUGFIX:过滤已废弃
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user