发现1可以进去0进不去
<if test="status != null and status != ''"> and c.status = #{status} </if>
后来修改为
<if test="status != null"> and c.status = #{status} </if>
则0和1都可以