未验证 提交 31021730 编写于 作者: K Kerwin 提交者: GitHub

The task instance list is sorted by submission time (#12974)

上级 04ef87d1
......@@ -217,7 +217,7 @@
<if test="processInstanceName != null and processInstanceName != ''">
and process.name like concat('%', #{processInstanceName}, '%')
</if>
order by instance.start_time desc
order by instance.submit_time desc
</select>
<select id="queryStreamTaskInstanceListPaging" resultType="org.apache.dolphinscheduler.dao.entity.TaskInstance">
select
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册