@@ -36,7 +36,7 @@
and a.status = 1 and a.is_check = 1
</when>
<otherwise>
- and a.status = #{status}
+ and a.status = #{status} and a.is_check = 0
</otherwise>
</choose>
<if test="keyword != null and keyword != ''">