From b30542f93e70e99205154fc316305a0976e64dc5 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 화, 15 2월 2022 17:47:28 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.28:9001/r/owl-kisa --- src/main/resources/mybatis/query-template/IspField-template.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mybatis/query-template/IspField-template.xml b/src/main/resources/mybatis/query-template/IspField-template.xml index f3732fa..b846cc6 100644 --- a/src/main/resources/mybatis/query-template/IspField-template.xml +++ b/src/main/resources/mybatis/query-template/IspField-template.xml @@ -22,7 +22,7 @@ <if test="id != '' and id != null"> AND i.id like CONCAT('%',#{id},'%') </if> - ORDER BY i.id DESC + ORDER BY i.register_date DESC <if test="pageSize != '' and pageSize != null"> limit #{pageSize} offset #{page}; </if> -- Gitblit v1.8.0