@ -52,7 +52,10 @@
<if test='schImpltTaskSeCd == null or schImpltTaskSeCd == ""'>
AND ii.IMPLT_TASK_SE_CD IN ('4', '5', '6')
</if>
ORDER BY CRDN_NO ASC
ORDER BY CRDN_NO DESC
<if test='pagingYn != null and pagingYn == "Y"'>
LIMIT #{startIndex}, #{perPage}
</select>
<!-- 이행정보 조회 -->