관리자, 사용자 교육콘텐츠
정렬기능 수정
This commit is contained in:
parent
b3ca7dfe54
commit
9026ee475a
@ -208,7 +208,7 @@
|
|||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
|
|
||||||
ORDER BY 1=1
|
ORDER BY 1=1
|
||||||
, a.prcs_sort_no
|
, (a.prcs_sort_no * 1)
|
||||||
<isEmpty property="orderByQuery">
|
<isEmpty property="orderByQuery">
|
||||||
, a.prcs_ord desc
|
, a.prcs_ord desc
|
||||||
</isEmpty>
|
</isEmpty>
|
||||||
@ -255,7 +255,7 @@
|
|||||||
<isNotEmpty property="useYn">
|
<isNotEmpty property="useYn">
|
||||||
AND A.USE_YN = #useYn#
|
AND A.USE_YN = #useYn#
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
ORDER BY A.PRCS_DIV, A.PRCS_SORT_NO
|
ORDER BY A.PRCS_DIV, (A.PRCS_SORT_NO * 1)
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user