fix(任务中心): 删除任务执行中的未删除

This commit is contained in:
WangXu10 2024-10-29 15:21:08 +08:00 committed by Craftsman
parent beecbc886f
commit 4d1538147a
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@
<if test="orgId != null and orgId != ''">
and organization_id = #{orgId}
</if>
and `status` in ('PENDING', 'STOPPED', 'COMPLETED')
</delete>