Merge branch 'JIWOO' into advc
This commit is contained in:
commit
346dda3044
@ -150,6 +150,8 @@ public class VEInstrAsgnmVO extends ComDefaultVO implements Serializable {
|
||||
|
||||
private String prcsAplctPrdOrd; //과정신청기간순번
|
||||
|
||||
private String attendAtchFileId;//강사참석확인서 파일ID
|
||||
|
||||
|
||||
public String getMemoCn() {
|
||||
return memoCn;
|
||||
@ -751,5 +753,11 @@ public class VEInstrAsgnmVO extends ComDefaultVO implements Serializable {
|
||||
public void setEduPlace(String eduPlace) {
|
||||
this.eduPlace = eduPlace;
|
||||
}
|
||||
public String getAttendAtchFileId() {
|
||||
return attendAtchFileId;
|
||||
}
|
||||
public void setAttendAtchFileId(String attendAtchFileId) {
|
||||
this.attendAtchFileId = attendAtchFileId;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -299,7 +299,11 @@ $( document ).ready(function() {
|
||||
<th scope="row">
|
||||
<p>강사 참석 확인서</p>
|
||||
</th>
|
||||
<td colspan="3"><c:out value="${cryptoUtil.decrypt(info.chrgNm)}"/></td>
|
||||
<td class="file_download onlyFile" colspan="3">
|
||||
<c:import url="/cmm/fms/selectScholSealInfs.do" charEncoding="utf-8">
|
||||
<c:param name="param_atchFileId" value="${info.attendAtchFileId}" />
|
||||
</c:import>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user