Ver código fonte

Merge branch 'databank' of http://wcollector.idatabank.com:5230/dbs289/LifeCenter into sudden

huiwonseo 4 anos atrás
pai
commit
8fac8f25d2

+ 1 - 1
src/main/webapp/WEB-INF/jsp/include/patientInfo.jsp

@@ -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>