This commit is contained in:
parent
5fb2a46e6a
commit
41747895a6
|
|
@ -832,7 +832,7 @@
|
||||||
</if>
|
</if>
|
||||||
where
|
where
|
||||||
tt.task_type = '19'
|
tt.task_type = '19'
|
||||||
and tt.task_status in (1, 3, 4)
|
and tt.task_status in (1, 3, 4, 5)
|
||||||
<if test="taskStatus != null and taskStatus != ''">
|
<if test="taskStatus != null and taskStatus != ''">
|
||||||
and tt.task_status = #{taskStatus}
|
and tt.task_status = #{taskStatus}
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue