2023-10-13 18:20 오류 사항 수정
This commit is contained in:
parent
cb580ebf2f
commit
626ad31678
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -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
|
||||
/*
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user