This commit is contained in:
parent
5fb2a46e6a
commit
41747895a6
|
|
@ -832,7 +832,7 @@
|
|||
</if>
|
||||
where
|
||||
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 != ''">
|
||||
and tt.task_status = #{taskStatus}
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue