관리자 - 사용자 목록 정렬 변경

thkim
강석 최 2024-03-04 17:18:49 +09:00
parent a8049966fe
commit 5b49f4ec85
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
inner join tc_code_item b on a.user_se = b.item_cd
inner join tc_code_item c on a.status = c.item_cd
<include refid="selectUserListWhere"></include>
order by user_seq asc
order by user_seq desc
limit #{rowCnt} offset #{firstIndex}
</select>