누적결제액 세부내역 번호표시 오류 수정

This commit is contained in:
itn 2023-08-10 10:08:55 +09:00
parent 007444507c
commit bc75f62df4

View File

@ -76,7 +76,9 @@ $(document).ready(function(){
<c:when test="${not empty mberGrdHistList}">
<c:forEach var="result" items="${mberGrdHistList}" varStatus="status">
<tr class="level_text">
<td>1</td>
<td>
<c:out value="${ ( paginationInfo.totalRecordCount - ((paginationInfo.currentPageNo -1)*paginationInfo.recordCountPerPage) ) - status.index }"/>
</td>
<td><c:out value="${result.regDate}"/></td>
<td>
<fmt:formatNumber type="number" maxFractionDigits="3" value="${result.amt}" var="amt" />