이지우 - 관리자 > 과정관리 > 사용/미사용 업데이트 관련 수정
This commit is contained in:
parent
64e7eb15ff
commit
b134430a8d
@ -225,9 +225,7 @@
|
|||||||
AND a.lctr_div_cd=#lctrDivCd#
|
AND a.lctr_div_cd=#lctrDivCd#
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
|
|
||||||
<isEqual property="lctrDivCd" compareValue="60">
|
AND COALESCE(A.USE_YN,'Y')!='D'
|
||||||
AND COALESCE(A.USE_YN,'Y')='Y'
|
|
||||||
</isEqual>
|
|
||||||
|
|
||||||
<isNotEmpty property="searchSmbtStartDt">
|
<isNotEmpty property="searchSmbtStartDt">
|
||||||
/*등록일시*/
|
/*등록일시*/
|
||||||
|
|||||||
@ -509,7 +509,7 @@
|
|||||||
<c:if test="${info.prcsDiv eq 10}">
|
<c:if test="${info.prcsDiv eq 10}">
|
||||||
<th scope="row">교육장소</th>
|
<th scope="row">교육장소</th>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${info.prcsDiv eq 20}">
|
<c:if test="${info.prcsDiv ne 10}">
|
||||||
<th scope="row">관련URL</th>
|
<th scope="row">관련URL</th>
|
||||||
</c:if>
|
</c:if>
|
||||||
<td class="addPro_wrap">
|
<td class="addPro_wrap">
|
||||||
@ -547,7 +547,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<%-- <tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>공개여부(사용여부)</p>
|
<p>공개여부(사용여부)</p>
|
||||||
</th>
|
</th>
|
||||||
@ -556,7 +556,7 @@
|
|||||||
${info.useYn eq 'N' ? '비공개' : ''}
|
${info.useYn eq 'N' ? '비공개' : ''}
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr> --%>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>첨부파일</p>
|
<p>첨부파일</p>
|
||||||
|
|||||||
@ -368,7 +368,7 @@
|
|||||||
<ve:select codeId="VEA004" name="ddlnCd" id="ddlnCd" css="class='sel_type1'" selectedValue="${info.ddlnCd}" defaultValue="100" defaultText="기본"/>
|
<ve:select codeId="VEA004" name="ddlnCd" id="ddlnCd" css="class='sel_type1'" selectedValue="${info.ddlnCd}" defaultValue="100" defaultText="기본"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<%-- <tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>공개여부(사용여부)</p>
|
<p>공개여부(사용여부)</p>
|
||||||
</th>
|
</th>
|
||||||
@ -379,7 +379,7 @@
|
|||||||
<label for="useN">아니오</label>
|
<label for="useN">아니오</label>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr> --%>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
|
|||||||
@ -226,7 +226,7 @@
|
|||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">대면구분</th>
|
<th scope="row">교육구분</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="prcsDiv" id="prcsDiv" readonly="readonly" value="${prcsDivNm }"/>
|
<input type="text" name="prcsDiv" id="prcsDiv" readonly="readonly" value="${prcsDivNm }"/>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@ -498,7 +498,7 @@
|
|||||||
<c:if test="${info.prcsDiv eq 10}">
|
<c:if test="${info.prcsDiv eq 10}">
|
||||||
<th scope="row">교육장소</th>
|
<th scope="row">교육장소</th>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${info.prcsDiv eq 20}">
|
<c:if test="${info.prcsDiv ne 10}">
|
||||||
<th scope="row">관련URL</th>
|
<th scope="row">관련URL</th>
|
||||||
</c:if>
|
</c:if>
|
||||||
<td class="addPro_wrap">
|
<td class="addPro_wrap">
|
||||||
@ -536,7 +536,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<%-- <tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>공개여부(사용여부)</p>
|
<p>공개여부(사용여부)</p>
|
||||||
</th>
|
</th>
|
||||||
@ -545,7 +545,7 @@
|
|||||||
${info.useYn eq 'N' ? '비공개' : ''}
|
${info.useYn eq 'N' ? '비공개' : ''}
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr> --%>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>첨부파일</p>
|
<p>첨부파일</p>
|
||||||
|
|||||||
@ -366,7 +366,7 @@
|
|||||||
<ve:select codeId="VEA004" name="ddlnCd" id="ddlnCd" css="class='sel_type1'" selectedValue="${info.ddlnCd}" defaultValue="100" defaultText="기본"/>
|
<ve:select codeId="VEA004" name="ddlnCd" id="ddlnCd" css="class='sel_type1'" selectedValue="${info.ddlnCd}" defaultValue="100" defaultText="기본"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<%-- <tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>공개여부(사용여부)</p>
|
<p>공개여부(사용여부)</p>
|
||||||
</th>
|
</th>
|
||||||
@ -377,7 +377,7 @@
|
|||||||
<label for="useN">아니오</label>
|
<label for="useN">아니오</label>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr> --%>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
|
|||||||
@ -226,7 +226,7 @@
|
|||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">대면구분</th>
|
<th scope="row">교육구분</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="prcsDiv" id="prcsDiv" readonly="readonly" value="${prcsDivNm }"/>
|
<input type="text" name="prcsDiv" id="prcsDiv" readonly="readonly" value="${prcsDivNm }"/>
|
||||||
</td>
|
</td>
|
||||||
@ -315,7 +315,7 @@
|
|||||||
<p>상태</p>
|
<p>상태</p>
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<kc:select codeId="VEA004" name="ddlnCd" id="ddlnCd" defaultText="전체" defaultValue="" css="class='sel_type1'" />
|
<kc:select codeId="VEA004" name="ddlnCd" id="ddlnCd" defaultText="기본" defaultValue="" css="class='sel_type1'" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
@ -497,7 +497,7 @@
|
|||||||
<c:if test="${info.prcsDiv eq 10}">
|
<c:if test="${info.prcsDiv eq 10}">
|
||||||
<th scope="row">교육장소</th>
|
<th scope="row">교육장소</th>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${info.prcsDiv eq 20}">
|
<c:if test="${info.prcsDiv ne 10}">
|
||||||
<th scope="row">관련URL</th>
|
<th scope="row">관련URL</th>
|
||||||
</c:if>
|
</c:if>
|
||||||
<td class="addPro_wrap">
|
<td class="addPro_wrap">
|
||||||
@ -535,7 +535,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<%-- <tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>공개여부(사용여부)</p>
|
<p>공개여부(사용여부)</p>
|
||||||
</th>
|
</th>
|
||||||
@ -544,7 +544,7 @@
|
|||||||
${info.useYn eq 'N' ? '비공개' : ''}
|
${info.useYn eq 'N' ? '비공개' : ''}
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr> --%>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>첨부파일</p>
|
<p>첨부파일</p>
|
||||||
|
|||||||
@ -368,7 +368,7 @@
|
|||||||
<ve:select codeId="VEA004" name="ddlnCd" id="ddlnCd" css="class='sel_type1'" selectedValue="${info.ddlnCd}" defaultValue="100" defaultText="기본"/>
|
<ve:select codeId="VEA004" name="ddlnCd" id="ddlnCd" css="class='sel_type1'" selectedValue="${info.ddlnCd}" defaultValue="100" defaultText="기본"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<%-- <tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>공개여부(사용여부)</p>
|
<p>공개여부(사용여부)</p>
|
||||||
</th>
|
</th>
|
||||||
@ -379,7 +379,7 @@
|
|||||||
<label for="useN">아니오</label>
|
<label for="useN">아니오</label>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr> --%>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
|
|||||||
@ -226,7 +226,7 @@
|
|||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">대면구분</th>
|
<th scope="row">교육구분</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="prcsDiv" id="prcsDiv" readonly="readonly" value="${prcsDivNm }"/>
|
<input type="text" name="prcsDiv" id="prcsDiv" readonly="readonly" value="${prcsDivNm }"/>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user