@@ -860,7 +860,7 @@
<if test=" roleType ==0">
and b.aid = #{aid}
<if test="listStatus ==0">
- and b.status >0
+ and b.status >=0
</if>
<if test="listStatus ==1">
and b.status =2