사용자 팝업> 최근 문자전송내역 > 페이징이 되지않는 오류 수정
This commit is contained in:
parent
3461017713
commit
4081be815c
@ -8641,7 +8641,7 @@
|
|||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
|
|
||||||
ORDER BY 1 = 1, reqDate desc
|
ORDER BY 1 = 1, reqDate desc
|
||||||
LIMIT 10 OFFSET 0) M
|
LIMIT #recordCountPerPage# OFFSET #firstIndex#) M
|
||||||
left outer join (select case
|
left outer join (select case
|
||||||
when A.AGENT_CODE = '01'
|
when A.AGENT_CODE = '01'
|
||||||
and (A.RSLT_CODE = '100'
|
and (A.RSLT_CODE = '100'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user