This commit is contained in:
mashuai 2025-07-25 22:44:52 +08:00
parent 5fb2a46e6a
commit 41747895a6
1 changed files with 1 additions and 1 deletions

View File

@ -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>