This is an automated email from the ASF dual-hosted git repository.

xincheng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 79cf785eca [Improvement][Parameter] Improve the order of project 
parameter (#14581)
79cf785eca is described below

commit 79cf785ecab95223cab37f0c448d9913ce14a5e8
Author: Rick Cheng <[email protected]>
AuthorDate: Thu Jul 27 18:20:36 2023 +0800

    [Improvement][Parameter] Improve the order of project parameter (#14581)
---
 .../org/apache/dolphinscheduler/dao/mapper/ProjectParameterMapper.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectParameterMapper.xml
 
b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectParameterMapper.xml
index 9f3154e995..159c263ea4 100644
--- 
a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectParameterMapper.xml
+++ 
b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectParameterMapper.xml
@@ -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">

Reply via email to