未验证 提交 f3d28112 编写于 作者: J juzimao 提交者: GitHub

optimize sorting priority for workflow define (#11462)

上级 896fef6c
......@@ -84,7 +84,7 @@
<if test=" userId != 0">
and td.user_id = #{userId}
</if>
order by sc.schedule_release_state desc,td.update_time desc,td.id asc
order by td.update_time desc,td.id asc
</select>
<select id="queryAllDefinitionList" resultType="org.apache.dolphinscheduler.dao.entity.ProcessDefinition">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册