Merge branch 'JIWOO' into advc
This commit is contained in:
commit
5406736c02
@ -446,7 +446,9 @@
|
|||||||
FROM lettnfiledetail
|
FROM lettnfiledetail
|
||||||
WHERE atch_file_id = a.atch_file_id LIMIT 1
|
WHERE atch_file_id = a.atch_file_id LIMIT 1
|
||||||
)
|
)
|
||||||
AS atchFileNm
|
AS atchFileNm,
|
||||||
|
a.dprtm_nm AS dprtmNm ,
|
||||||
|
a.cn_atch_file_id AS cnAtchFileId
|
||||||
FROM ve_prcs_aplct_prd a
|
FROM ve_prcs_aplct_prd a
|
||||||
WHERE 1 = 1
|
WHERE 1 = 1
|
||||||
<isNotEmpty property="lctrDivCd">
|
<isNotEmpty property="lctrDivCd">
|
||||||
|
|||||||
@ -87,16 +87,16 @@
|
|||||||
|
|
||||||
<div class="list_view">
|
<div class="list_view">
|
||||||
<div class="view_top">
|
<div class="view_top">
|
||||||
<p class="view_title"><c:out value="${info.title}" /></p>
|
<p class="view_title"><c:out value="${detailVO.title}" /></p>
|
||||||
<div class="view_info">
|
<div class="view_info">
|
||||||
<p>담당부서 <span><c:out value="${info.dprtmNm}"/></span></p>
|
<p>담당부서 <span><c:out value="${detailVO.dprtmNm}"/></span></p>
|
||||||
<p>등록일<span><c:out value="${info.frstRegistPnttm}" /></span></p>
|
<p>등록일<span><c:out value="${detailVO.frstRegistPnttm}" /></span></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="view_info">
|
<div class="view_info">
|
||||||
<dl>
|
<dl>
|
||||||
<dd>
|
<dd>
|
||||||
<c:import url="/cmm/fms/selectBBSFileInfsCustom.do" charEncoding="utf-8">
|
<c:import url="/cmm/fms/selectBBSFileInfsCustom.do" charEncoding="utf-8">
|
||||||
<c:param name="param_atchFileId" value="${info.cnAtchFileId}" />
|
<c:param name="param_atchFileId" value="${detailVO.cnAtchFileId}" />
|
||||||
<c:param name="pdf_view" value="Y" />
|
<c:param name="pdf_view" value="Y" />
|
||||||
</c:import>
|
</c:import>
|
||||||
</dd>
|
</dd>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user