이지우 - 관리자 조정부장 성명표시 + 1 수정 (조정부장만 존재하는 경우 , 제거)

This commit is contained in:
jiwoo 2023-06-19 18:27:50 +09:00
parent 8203d21bc5
commit 74067d22a7

View File

@ -148,7 +148,7 @@ function goToEntDetailNotice(){
<th>조정위원</th>
<td>
<p>
<c:out value="${info.memName}"/>(조정부장), <c:out value="${info.memNames}" />
<c:out value="${info.memName}"/>(조정부장)<c:if test="${info.memNames ne null}">,</c:if> <c:out value="${info.memNames}" />
</p>
</td>
</tr>