2023-10-20 16:06 거주지 선택 팝업 수정
This commit is contained in:
parent
2965e87a65
commit
e481ffd70b
@ -137,6 +137,7 @@
|
||||
|
||||
<!-- 강사 등록 C -->
|
||||
<insert id="VEInstrDetailDAO.insert" parameterClass="VEInstrDetailVO">
|
||||
/* VEInstrDetailDAO.insert */
|
||||
<!-- 강사 상세 순번 처리 -->
|
||||
<!-- <selectKey resultClass="string" keyProperty="instrDetailOrd" >
|
||||
SELECT TO_NUMBER(IFNULL(MAX(TO_NUMBER(instr_detail_ord)),'0'))+1 FROM ve_instr_detail
|
||||
@ -202,6 +203,7 @@
|
||||
|
||||
<!-- 강사 등록 C -->
|
||||
<insert id="VEInstrDetailDAO.insertDup" parameterClass="VEInstrDetailVO">
|
||||
/* VEInstrDetailDAO.insertDup */
|
||||
INSERT INTO <include refid="VEInstrDetailDAO.table_name"/> (
|
||||
<include refid="VEInstrDetailDAO.column_name"/>
|
||||
|
||||
|
||||
@ -43,6 +43,7 @@
|
||||
<pattern>*/oprtn/cmm/SchduleManagerPopDetailAdult.jsp</pattern> <!-- 성인찾아가는저작권 교육 > 교육일정관리 > 교육내용 팝업 -->
|
||||
<pattern>*/oprtn/cmm/rejectPopup.jsp</pattern> <!-- 반려 팝업 -->
|
||||
<pattern>*/oprtn/comm/popup/**</pattern> <!-- 반려 팝업 -->
|
||||
<pattern>*/ve/oprtn/instr/adultVisitEdu/popup/instrRsdnePopup.do</pattern> <!-- 거주지 선택 팝업 -->
|
||||
</decorator>
|
||||
|
||||
<!-- 찾교 추가 관리자 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user