|
@@ -96,7 +96,7 @@
|
|
|
<c:if test="${info.state eq 'H'}">입소(지정)</c:if>
|
|
|
<c:if test="${info.state eq 'D'}">퇴소(해제)</c:if>
|
|
|
<c:if test="${info.state eq 'T'}">지정병원 이송</c:if>
|
|
|
- <c:if test="${info.state eq 'T'}">생치센터 이송</c:if>
|
|
|
+ <c:if test="${info.state eq 'L'}">생치센터 이송</c:if>
|
|
|
<c:if test="${info.state eq 'S'}">자가격리</c:if>
|
|
|
<c:if test="${info.state eq 'E'}">기타</c:if>
|
|
|
</td>
|