JIWOO 2025-08-20
이지우 - 사용자 > 결제관리 > 요금사용내역에 친구톡 탭 추가
@4dd7d36bdabc77caf8c1d14850f1842f7322d620
src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
--- src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
@@ -3674,6 +3674,9 @@
 				<isEqual property="pageType" compareValue="at">
 					AND		B.MSG_TYPE  = '8' 
 				</isEqual>
+				<isEqual property="pageType" compareValue="ft">
+					AND		B.MSG_TYPE  = '9' 
+				</isEqual>
 			</isNotEmpty>
 		) M
 		WHERE 1=1
src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp
--- src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp
@@ -563,7 +563,7 @@
 						<li class="tab"><button type="button" onclick="payUserTab(this,'mms');">그림</button></li>
 						<li class="tab"><button type="button" onclick="payUserTab(this,'cam');">선거</button></li>
 						<li class="tab"><button type="button" onclick="payUserTab(this,'at');">알림톡</button></li>
-<!-- 						<li class="tab"><button type="button" onclick="payUserTab(this,'ft');">친구톡</button></li> -->
+						<li class="tab"><button type="button" onclick="payUserTab(this,'ft');">친구톡</button></li>
 						<li class="tab"><button type="button" onclick="payUserTab(this,'fax');">팩스</button></li>
 					</ul>
 					<!--// tab button -->
Add a comment
List