2024-01-24 18:29 강사활동확인서 내용 수정
This commit is contained in:
parent
2cc881b274
commit
ea0d970a47
@ -822,7 +822,7 @@ public class CrownixAjaxController {
|
|||||||
|
|
||||||
//문서번호
|
//문서번호
|
||||||
modelAndView = this._makeInstrActivityMainReportPage(modelAndView, vEInstrDetailVODetail);
|
modelAndView = this._makeInstrActivityMainReportPage(modelAndView, vEInstrDetailVODetail);
|
||||||
|
modelAndView.addObject("page_1_31", "상기 인은 우리 위원회에서 저작권 강사(성인강사)로 위촉되어 활동하였음을 확인합니다."); //확인멘트
|
||||||
//강사활동리스트
|
//강사활동리스트
|
||||||
modelAndView = this._makeInstrActivitySubReportPage(modelAndView, vEInstrDetailVO, s_instrDetailActvtHstryOrd);
|
modelAndView = this._makeInstrActivitySubReportPage(modelAndView, vEInstrDetailVO, s_instrDetailActvtHstryOrd);
|
||||||
|
|
||||||
|
|||||||
@ -122,6 +122,8 @@
|
|||||||
TO_CHAR(a.aplct_pnttm,'YYYYMMDD')<![CDATA[ <= ]]> REPLACE(#searchEndDt#, '.' , '')
|
TO_CHAR(a.aplct_pnttm,'YYYYMMDD')<![CDATA[ <= ]]> REPLACE(#searchEndDt#, '.' , '')
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
|
|
||||||
|
ORDER BY a.aplct_pnttm desc
|
||||||
|
|
||||||
OFFSET #firstIndex# ROWS FETCH NEXT #recordCountPerPage# ROWS ONLY;
|
OFFSET #firstIndex# ROWS FETCH NEXT #recordCountPerPage# ROWS ONLY;
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user