@@ -890,12 +890,6 @@
<if test=" status != null">
and b.status = #{status}
</if>
- <if test="listStatus ==0">
- and b.status in(0,1,3)
- </if>
- <if test="listStatus ==1">
- and b.status =2
<if test=" roleType ==0">
and b.aid = #{aid}