대리인과의 관계 노출되도록 수정

This commit is contained in:
wyh 2023-10-12 17:58:34 +09:00
parent 4371750ef4
commit 23c2251ebd
2 changed files with 14 additions and 13 deletions

View File

@ -20,6 +20,7 @@
<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %>
<%@ taglib prefix="double-submit" uri="http://www.egovframe.go.kr/tags/double-submit/jsp" %>
<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %>
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
<un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" />
<% pageContext.setAttribute("replaceChar", "\n"); %>

View File

@ -206,19 +206,8 @@
</colgroup>
<tbody>
<c:choose>
<c:when test="${not empty item.rpplUsrTy}">
<c:out value="${item.rpplUsrTyTx }"></c:out>&nbsp;
<tr>
<th scope="row">대리인분류</th>
<td>
<p>
<c:out value="${item.rpplUsrTyTx }"></c:out>&nbsp;
</p>
</td>
</tr>
</c:when>
<c:otherwise>
<tr>
<c:when test="${not empty item.rpplRelation}">
<tr>
<th scope="row">본인과의 관계</th>
<td>
<p>
@ -229,6 +218,17 @@
</p>
</td>
</tr>
</c:when>
<c:otherwise>
<c:out value="${item.rpplUsrTyTx }"/>&nbsp;
<tr>
<th scope="row">대리인분류</th>
<td>
<p>
<c:out value="${item.rpplUsrTyTx}"/>&nbsp;
</p>
</td>
</tr>
</c:otherwise>
</c:choose>
<tr>