From 12b63b4ac35669da3855bef4d22e2df08cf956eb Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 월, 10 1월 2022 12:39:08 +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