itn 2023-08-28
간편결제 현금영수증버튼 노출안되도록 수정
@7827f558035210ca4681b8a1efee160c7c139127
src/main/webapp/WEB-INF/jsp/uss/ion/pay/PayList.jsp
--- src/main/webapp/WEB-INF/jsp/uss/ion/pay/PayList.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/pay/PayList.jsp
@@ -464,12 +464,19 @@
 							
 							<td <c:if test="${result.smishingYn eq 'Y'}">class="smishing"</c:if> title="<c:out value="${result.resultMsg}"/>"><c:out value="${result.resultMsg}"/></td>
 							<td <c:if test="${result.smishingYn eq 'Y'}">class="smishing"</c:if> title="<c:out value="${result.rcptTypeTxt}"/>">
-								<c:if test="${result.rcptType ne ''}">
-									<c:out value="${result.rcptTypeTxt}"/>
-								</c:if>
-								<c:if test="${(result.payMethod ne 'CARD' && result.payMethod ne 'CELLPHONE') && (result.rcptType eq '' || result.rcptType eq null)}">
-									<input type="button" class="btnType1" onclick="insertRcpt('5','${result.moid}','${result.userId}')" value="현금영수증" style="color:#fff !important;">
-								</c:if>
+								<c:choose>
+									<c:when test="${result.payMethod == 'SPAY'}">
+										발급불가
+									</c:when>
+									<c:otherwise>							
+										<c:if test="${result.rcptType ne ''}">
+											<c:out value="${result.rcptTypeTxt}"/>
+										</c:if>
+										<c:if test="${(result.payMethod ne 'CARD' && result.payMethod ne 'CELLPHONE') && (result.rcptType eq '' || result.rcptType eq null)}">
+											<input type="button" class="btnType1" onclick="insertRcpt('5','${result.moid}','${result.userId}')" value="현금영수증" style="color:#fff !important;">
+										</c:if>
+									</c:otherwise>
+								</c:choose>												
 							</td>
 							<td>
 								<c:if test="${result.smishingYn eq 'Y'}">
Add a comment
List