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