Update ProcessDefinitionMapper.xml (#7931)

Resolves  process definition list issue(data duplication )
Update_README
mazhong 2022-01-11 14:20:46 +08:00 committed by GitHub
parent 4f4d9d12ce
commit 5ea06e7eb8
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
order by sc.schedule_release_state desc,td.update_time desc,td.id asc
</select>
<select id="queryAllDefinitionList" resultType="org.apache.dolphinscheduler.dao.entity.ProcessDefinition">