2024-02-13 11:23 대상자 정렬 순서 변경
This commit is contained in:
parent
21dd846951
commit
48e85c65b3
@ -426,7 +426,10 @@
|
|||||||
#searchSelStatusList[]#
|
#searchSelStatusList[]#
|
||||||
</iterate>
|
</iterate>
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
ORDER BY NVL(a.prcs_aplct_prd_ord_cmplt, a.sspn_idtmt_trgt_ord)
|
ORDER BY
|
||||||
|
|
||||||
|
a.req_pnttm DESC
|
||||||
|
, NVL(a.prcs_aplct_prd_ord_cmplt, a.sspn_idtmt_trgt_ord)
|
||||||
, a.prcs_aplct_prd_ord_cmplt DESC
|
, a.prcs_aplct_prd_ord_cmplt DESC
|
||||||
, a.frst_regist_pnttm desc
|
, a.frst_regist_pnttm desc
|
||||||
OFFSET #firstIndex# ROWS FETCH NEXT #recordCountPerPage# ROWS ONLY;
|
OFFSET #firstIndex# ROWS FETCH NEXT #recordCountPerPage# ROWS ONLY;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user