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 yr; //강사 메모
private String eduPlace; //교육장소
public String getMemoCn() { public String getMemoCn() {
return memoCn; return memoCn;
@ -735,5 +737,11 @@ public class VEInstrAsgnmVO extends ComDefaultVO implements Serializable {
public void setPnltyOrd(String pnltyOrd) { public void setPnltyOrd(String pnltyOrd) {
this.pnltyOrd = 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.end_tm AS endTm
, a.lrn_tm AS lrnTm , a.lrn_tm AS lrnTm
, b.edu_cn AS eduCn , b.edu_cn AS eduCn
, b.edu_place AS eduPlace
, a.trgt AS trgt , a.trgt AS trgt
, a.prsnl AS prsnl , a.prsnl AS prsnl
/* /*

View File

@ -117,7 +117,7 @@
<th scope="row"> <th scope="row">
<p>교육일시</p> <p>교육일시</p>
</th> </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"> <th scope="row">
<p>차시</p> <p>차시</p>
</th> </th>
@ -131,7 +131,7 @@
<th scope="row"> <th scope="row">
<p>교육일시</p> <p>교육일시</p>
</th> </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>
<tr class="trLength2"> <tr class="trLength2">
<th scope="row"> <th scope="row">
@ -183,6 +183,14 @@
</c:forEach> </c:forEach>
</td> </td>
</tr> </tr>
<tr>
<th scope="row">
<p>교육장소</p>
</th>
<td colspan="3">
${info.eduPlace}
</td>
</tr>
<tr class="trLength4"> <tr class="trLength4">
<th scope="row"> <th scope="row">
<p>교육대상</p> <p>교육대상</p>

View File

@ -130,7 +130,7 @@
</td> </td>
<td> <td>
<a href="javascript:fncGoDetail('<c:out value="${list.eduAplctOrd}"/>', '<c:out value="${list.eduChasiOrd}"/>');"> <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> </a>
</td> </td>
<td> <td>