기존 주석 삭제
This commit is contained in:
parent
5836cfba8b
commit
29abb4b93d
@ -223,7 +223,7 @@
|
||||
async: true,
|
||||
success: function (data) {
|
||||
if (data.isSuccess) {
|
||||
$("#memLoginThisMonth").html(data.adminMemLoginThisMonth.conversRate);
|
||||
// $("#memLoginThisMonth").html(data.adminMemLoginThisMonth.conversRate);
|
||||
}
|
||||
else {
|
||||
//alert("Msg : " + data.msg);
|
||||
@ -652,14 +652,14 @@
|
||||
<fmt:formatNumber value="${result.amtRefundSum}" pattern="#,###" />
|
||||
</td>
|
||||
<td class="right c_999999">
|
||||
<%-- <c:choose>
|
||||
<c:choose>
|
||||
<c:when test="${result.amtTotSum > 0}">
|
||||
<fmt:formatNumber value="${result.amtTotSum}" pattern="#,###" />
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<fmt:formatNumber value="${result.amtTotSum}" pattern="#,###" />
|
||||
</c:otherwise>
|
||||
</c:choose> --%>
|
||||
</c:choose>
|
||||
</td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user