|
|
|
@ -23,7 +23,7 @@
|
|
|
|
<if test='schType == "1" and schTypeTxt != null and schTypeTxt != ""'>
|
|
|
|
<if test='schType == "1" and schTypeTxt != null and schTypeTxt != ""'>
|
|
|
|
AND PSTN_IDX_NO LIKE CONCAT('%', #{schTypeTxt}, '%')
|
|
|
|
AND PSTN_IDX_NO LIKE CONCAT('%', #{schTypeTxt}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
ORDER BY CAST(PSTN_IDX_NO AS UNSIGNED) DESC
|
|
|
|
ORDER BY CAST(PSTN_IDX_NO AS UNSIGNED) asc
|
|
|
|
<if test='pagingYn != null and pagingYn == "Y"'>
|
|
|
|
<if test='pagingYn != null and pagingYn == "Y"'>
|
|
|
|
limit #{startIndex}, #{perPage} /* 서버사이드 페이징 처리 */
|
|
|
|
limit #{startIndex}, #{perPage} /* 서버사이드 페이징 처리 */
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|