
--- src/main/resources/mybatis/mapper/accesCtrl/accesCtrl-SQL.xml
+++ src/main/resources/mybatis/mapper/accesCtrl/accesCtrl-SQL.xml
... | ... | @@ -92,7 +92,8 @@ |
92 | 92 |
<include refid="selectAccesCtrl" /> |
93 | 93 |
WHERE acm.use_yn = 'Y' |
94 | 94 |
<include refid="selectRequirement" /> |
95 |
- ORDER BY COALESCE(acm.mdfcn_dt, acm.reg_dt) DESC |
|
95 |
+ /* ORDER BY COALESCE(acm.mdfcn_dt, acm.reg_dt) DESC */ |
|
96 |
+ ORDER BY acm.reg_dt DESC |
|
96 | 97 |
LIMIT #{recordSize} OFFSET #{limitStart} |
97 | 98 |
</select> |
98 | 99 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?