이지우 - 사용자 > 결제관리 > 요금사용내역에 친구톡 탭 추가
@4dd7d36bdabc77caf8c1d14850f1842f7322d620
--- 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 @@ |
| 3674 | 3674 |
<isEqual property="pageType" compareValue="at"> |
| 3675 | 3675 |
AND B.MSG_TYPE = '8' |
| 3676 | 3676 |
</isEqual> |
| 3677 |
+ <isEqual property="pageType" compareValue="ft"> |
|
| 3678 |
+ AND B.MSG_TYPE = '9' |
|
| 3679 |
+ </isEqual> |
|
| 3677 | 3680 |
</isNotEmpty> |
| 3678 | 3681 |
) M |
| 3679 | 3682 |
WHERE 1=1 |
--- src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp
... | ... | @@ -563,7 +563,7 @@ |
| 563 | 563 |
<li class="tab"><button type="button" onclick="payUserTab(this,'mms');">그림</button></li> |
| 564 | 564 |
<li class="tab"><button type="button" onclick="payUserTab(this,'cam');">선거</button></li> |
| 565 | 565 |
<li class="tab"><button type="button" onclick="payUserTab(this,'at');">알림톡</button></li> |
| 566 |
-<!-- <li class="tab"><button type="button" onclick="payUserTab(this,'ft');">친구톡</button></li> --> |
|
| 566 |
+ <li class="tab"><button type="button" onclick="payUserTab(this,'ft');">친구톡</button></li> |
|
| 567 | 567 |
<li class="tab"><button type="button" onclick="payUserTab(this,'fax');">팩스</button></li> |
| 568 | 568 |
</ul> |
| 569 | 569 |
<!--// tab button --> |
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?