2025-01-03 18:07 보완기일 수정
This commit is contained in:
parent
42e118b58a
commit
eaeba581d4
@ -295,8 +295,13 @@ function clipCall(crfNm){
|
||||
<td>${list.mediationSmall}</td>
|
||||
<td>${list.caseDate}</td>
|
||||
<td>${list.proDate}</td>
|
||||
<td><c:if test='${list.appReqTerm == null}'>-</c:if>
|
||||
<c:if test='${list.appReqTerm != null}'>${list.appReqTerm }</c:if></td>
|
||||
<td>
|
||||
<c:choose>
|
||||
<c:when test="${list.appReqTerm == null}">-</c:when>
|
||||
<c:when test="${list.appReqTerm gt 21}">21</c:when>
|
||||
<c:otherwise>${list.appReqTerm }</c:otherwise>
|
||||
</c:choose>
|
||||
</td>
|
||||
<td><c:if test='${list.caseExtend != null}'>연장</c:if>
|
||||
<c:if test='${list.caseExtend == null}'>N</c:if></td>
|
||||
<td>${list.termCheck}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user