2023-10-13 18:20 오류 사항 수정

This commit is contained in:
myname 2023-10-13 18:20:44 +09:00
parent cb580ebf2f
commit 626ad31678
4 changed files with 22 additions and 5 deletions

View File

@ -146,6 +146,8 @@ public class VEInstrAsgnmVO extends ComDefaultVO implements Serializable {
private String yr; //강사 메모
private String eduPlace; //교육장소
public String getMemoCn() {
return memoCn;
@ -735,5 +737,11 @@ public class VEInstrAsgnmVO extends ComDefaultVO implements Serializable {
public void setPnltyOrd(String pnltyOrd) {
this.pnltyOrd = pnltyOrd;
}
public String getEduPlace() {
return eduPlace;
}
public void setEduPlace(String eduPlace) {
this.eduPlace = eduPlace;
}
}

View File

@ -802,6 +802,7 @@
, a.end_tm AS endTm
, a.lrn_tm AS lrnTm
, b.edu_cn AS eduCn
, b.edu_place AS eduPlace
, a.trgt AS trgt
, a.prsnl AS prsnl
/*

View File

@ -117,7 +117,7 @@
<th scope="row">
<p>교육일시</p>
</th>
<td>${fn:substring(info.eduHopeDt,0,4)}년 ${fn:substring(info.eduHopeDt,4,6)}월 ${fn:substring(info.eduHopeDt,6,8)}일</td>
<td>${info.eduHopeDt}</td>
<th scope="row">
<p>차시</p>
</th>
@ -131,7 +131,7 @@
<th scope="row">
<p>교육일시</p>
</th>
<td colspan="3">${fn:substring(info.eduHopeDt,0,4)}년 ${fn:substring(info.eduHopeDt,4,6)}월 ${fn:substring(info.eduHopeDt,6,8)}일</td>
<td colspan="3">${info.eduHopeDt}</td>
</tr>
<tr class="trLength2">
<th scope="row">
@ -171,7 +171,7 @@
</th>
<td colspan="3">${info.addr}</td>
</tr>
<tr>
<tr>
<th scope="row">
<p>교육내용</p>
</th>
@ -183,7 +183,15 @@
</c:forEach>
</td>
</tr>
<tr class="trLength4">
<tr>
<th scope="row">
<p>교육장소</p>
</th>
<td colspan="3">
${info.eduPlace}
</td>
</tr>
<tr class="trLength4">
<th scope="row">
<p>교육대상</p>
</th>

View File

@ -130,7 +130,7 @@
</td>
<td>
<a href="javascript:fncGoDetail('<c:out value="${list.eduAplctOrd}"/>', '<c:out value="${list.eduChasiOrd}"/>');">
${fn:substring(list.eduHopeDt,0,4)}-${fn:substring(list.eduHopeDt,4,6)}-${fn:substring(list.eduHopeDt,6,8)}
${list.eduHopeDt}
</a>
</td>
<td>