fix(任务中心): 系统即时任务列表-重跑计划组-停止主任务-执行状态和操作未更新
--bug=1050388 --user=王旭 【任务中心】系统即时任务列表-重跑计划组-停止主任务-执行状态和操作未更新 https://www.tapd.cn/55049933/s/1630435
This commit is contained in:
parent
da688552cf
commit
7589a67719
|
@ -49,7 +49,7 @@
|
||||||
<where>
|
<where>
|
||||||
deleted = false
|
deleted = false
|
||||||
<if test="flag">
|
<if test="flag">
|
||||||
and status = 'RUNNING'
|
and status in ('RUNNING', 'RERUNNING')
|
||||||
</if>
|
</if>
|
||||||
<if test="projectId != null and projectId != ''">
|
<if test="projectId != null and projectId != ''">
|
||||||
and exec_task.project_id = #{projectId}
|
and exec_task.project_id = #{projectId}
|
||||||
|
@ -126,7 +126,7 @@
|
||||||
<if test="organizationId != null and organizationId != ''">
|
<if test="organizationId != null and organizationId != ''">
|
||||||
and organization_id = #{organizationId}
|
and organization_id = #{organizationId}
|
||||||
</if>
|
</if>
|
||||||
and `status` = 'RUNNING'
|
and `status` in ('RUNNING', 'RERUNNING')
|
||||||
and deleted = false
|
and deleted = false
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue