요금사용내역 충전금액등 단위 표시 기능 추가
@f03c35738de818339f15875b48b1f869d431daf5
--- src/main/webapp/WEB-INF/jsp/web/pay/PayUserList.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayUserList.jsp
... | ... | @@ -215,10 +215,10 @@ |
| 215 | 215 |
<span> |
| 216 | 216 |
<c:choose> |
| 217 | 217 |
<c:when test="${not empty sumPayMoney}">
|
| 218 |
- <fmt:formatNumber value="${sumPayMoney}" pattern="" />
|
|
| 218 |
+ <fmt:formatNumber value="${sumPayMoney}" pattern="#,###.#"/>
|
|
| 219 | 219 |
</c:when> |
| 220 | 220 |
<c:otherwise> |
| 221 |
- <fmt:formatNumber value="0" pattern="" /> |
|
| 221 |
+ <fmt:formatNumber value="0" pattern="#,###.#"/> |
|
| 222 | 222 |
</c:otherwise> |
| 223 | 223 |
</c:choose> |
| 224 | 224 |
</span>원 |
... | ... | @@ -230,10 +230,10 @@ |
| 230 | 230 |
<span> |
| 231 | 231 |
<c:choose> |
| 232 | 232 |
<c:when test="${not empty sumPoint}">
|
| 233 |
- <fmt:formatNumber value="${sumPoint}" pattern="" />
|
|
| 233 |
+ <fmt:formatNumber value="${sumPoint}" pattern="#,###.#"/>
|
|
| 234 | 234 |
</c:when> |
| 235 | 235 |
<c:otherwise> |
| 236 |
- <fmt:formatNumber value="0" pattern="" /> |
|
| 236 |
+ <fmt:formatNumber value="0" pattern="#,###.#"/> |
|
| 237 | 237 |
</c:otherwise> |
| 238 | 238 |
</c:choose> |
| 239 | 239 |
</span>원 |
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?