Skip to content

Commit

Permalink
[Improvement][Parameter] Improve the order of project parameter (#14581)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickchengx authored Jul 27, 2023
1 parent 2b99451 commit 79cf785
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
OR param_value LIKE concat('%', #{searchName}, '%')
)
</if>
order by id desc
order by update_time desc
</select>

<select id="queryByProjectCode" resultType="org.apache.dolphinscheduler.dao.entity.ProjectParameter">
Expand Down

0 comments on commit 79cf785

Please sign in to comment.