mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 03:08:01 +08:00
·the list of workflow instances is sorted by start time and end time ·This closes #5621
This commit is contained in:
parent
7bffe0ac85
commit
70fef3daed
@ -116,7 +116,7 @@
|
||||
<if test="executorId != 0">
|
||||
and instance.executor_id = #{executorId}
|
||||
</if>
|
||||
order by instance.start_time desc
|
||||
order by instance.start_time desc,instance.end_time desc
|
||||
</select>
|
||||
<update id="setFailoverByHostAndStateArray">
|
||||
update t_ds_process_instance
|
||||
|
Loading…
Reference in New Issue
Block a user