누적결제액 세부내역 번호표시 오류 수정
@bc75f62df4db095ca54320d68fbdb03875ecc24a
--- src/main/webapp/WEB-INF/jsp/web/grd/MberGrdHistListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/grd/MberGrdHistListAjax.jsp
... | ... | @@ -76,7 +76,9 @@ |
| 76 | 76 |
<c:when test="${not empty mberGrdHistList}">
|
| 77 | 77 |
<c:forEach var="result" items="${mberGrdHistList}" varStatus="status">
|
| 78 | 78 |
<tr class="level_text"> |
| 79 |
- <td>1</td> |
|
| 79 |
+ <td> |
|
| 80 |
+ <c:out value="${ ( paginationInfo.totalRecordCount - ((paginationInfo.currentPageNo -1)*paginationInfo.recordCountPerPage) ) - status.index }"/>
|
|
| 81 |
+ </td> |
|
| 80 | 82 |
<td><c:out value="${result.regDate}"/></td>
|
| 81 | 83 |
<td> |
| 82 | 84 |
<fmt:formatNumber type="number" maxFractionDigits="3" value="${result.amt}" var="amt" />
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?