관리자, 사용자 교육콘텐츠

정렬기능 수정
This commit is contained in:
Administrator 2023-05-26 10:33:07 +09:00
parent b3ca7dfe54
commit 9026ee475a

View File

@ -208,7 +208,7 @@
</isNotEmpty>
ORDER BY 1=1
, a.prcs_sort_no
, (a.prcs_sort_no * 1)
<isEmpty property="orderByQuery">
, a.prcs_ord desc
</isEmpty>
@ -255,7 +255,7 @@
<isNotEmpty property="useYn">
AND A.USE_YN = #useYn#
</isNotEmpty>
ORDER BY A.PRCS_DIV, A.PRCS_SORT_NO
ORDER BY A.PRCS_DIV, (A.PRCS_SORT_NO * 1)
</select>