optimize sorting priority for workflow define (#11462)

This commit is contained in:
juzimao 2022-08-13 13:28:35 +08:00 committed by GitHub
parent 896fef6c98
commit f3d28112ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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">