기존 주석 삭제

This commit is contained in:
hehihoho3@gmail.com 2025-01-02 09:59:32 +09:00
parent 5836cfba8b
commit 29abb4b93d

View File

@ -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>