This commit is contained in:
subsub 2023-11-22 17:46:11 +09:00
commit 23cf50d88f

View File

@ -123,6 +123,30 @@
</th>
<td>${info.eduMd}</td>
</tr>
<c:choose>
<c:when test="${info.eduSlctCd eq '10'}">
<tr>
<th scope="row">
<p>교육매체</p>
</th>
<td colspan="3">
<c:out value="${info.eduMd}"/>
</td>
</tr>
</c:when>
<c:otherwise>
<tr>
<th scope="row">
<p>주소</p>
</th>
<td colspan="3">
(${info.post}) ${info.addr} ${info.addrDetail}
</td>
</tr>
</c:otherwise>
</c:choose>
<tr>
<th scope="row">
<p>담당자</p>