@@ -768,7 +768,7 @@
<if test="query.taskStatus != null and query.taskStatus != ''">
<choose>
<when test="query.taskStatus == 0">
- and (iq.status = 0 or iq.status = 3)
+ and iq.status = 0
</when>
<otherwise>
and iq.status = #{query.taskStatus}