From 2911a7f16ee6586c11fd56dd9d21af7c3829a51c Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 월, 27 12월 2021 10:20:29 +0900
Subject: [PATCH] 팝업창 실행시 이중 스크롤 문제 수정

---
 src/main/resources/mybatis/query-template/workflow-template.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mybatis/query-template/workflow-template.xml b/src/main/resources/mybatis/query-template/workflow-template.xml
index 0f33f37..0cff641 100644
--- a/src/main/resources/mybatis/query-template/workflow-template.xml
+++ b/src/main/resources/mybatis/query-template/workflow-template.xml
@@ -16,6 +16,7 @@
             AND w.name like CONCAT('%',#{name},'%')
         </if>
         AND ws.id = #{workspaceId}
+        ORDER BY w.id DESC
         <if test="page != null and !page.equals('')">
             limit #{pageSize} offset #{page};
         </if>

--
Gitblit v1.8.0