fix(任务中心): 删除任务执行中的未删除
This commit is contained in:
parent
beecbc886f
commit
4d1538147a
|
@ -40,7 +40,6 @@
|
|||
<if test="orgId != null and orgId != ''">
|
||||
and organization_id = #{orgId}
|
||||
</if>
|
||||
and `status` in ('PENDING', 'STOPPED', 'COMPLETED')
|
||||
</delete>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue