--- src/main/resources/egovframework/sqlmap/let/mjo/kakao/Kakao_AT_SQL_Mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/mjo/kakao/Kakao_AT_SQL_Mysql.xml
... | ... | @@ -82,6 +82,7 @@ |
| 82 | 82 |
, REQ_DATE |
| 83 | 83 |
|
| 84 | 84 |
, FILE_CNT |
| 85 |
+ , MSG_RESULT |
|
| 85 | 86 |
)VALUES |
| 86 | 87 |
<iterate conjunction=","> |
| 87 | 88 |
( |
... | ... | @@ -108,7 +109,8 @@ |
| 108 | 109 |
, #[].bizJsonName# |
| 109 | 110 |
, #[].reqDate# |
| 110 | 111 |
|
| 111 |
- , #[].fileCnt# |
|
| 112 |
+ , #[].fileCnt#, |
|
| 113 |
+ '00' |
|
| 112 | 114 |
) |
| 113 | 115 |
</iterate> |
| 114 | 116 |
</insert> |
--- src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
... | ... | @@ -173,7 +173,8 @@ |
| 173 | 173 |
FILE_PATH1, |
| 174 | 174 |
FILE_PATH2, |
| 175 | 175 |
FILE_PATH3, |
| 176 |
- MSG_GROUP_ID |
|
| 176 |
+ MSG_GROUP_ID, |
|
| 177 |
+ MSG_RESULT |
|
| 177 | 178 |
)VALUES |
| 178 | 179 |
<iterate conjunction=","> |
| 179 | 180 |
( |
... | ... | @@ -191,7 +192,8 @@ |
| 191 | 192 |
#[].filePath1#, |
| 192 | 193 |
#[].filePath2#, |
| 193 | 194 |
#[].filePath3#, |
| 194 |
- #[].msgGroupId# |
|
| 195 |
+ #[].msgGroupId#, |
|
| 196 |
+ '00' |
|
| 195 | 197 |
) |
| 196 | 198 |
</iterate> |
| 197 | 199 |
</insert> |
--- src/main/webapp/publish/payment1.html
+++ src/main/webapp/publish/payment1.html
... | ... | @@ -469,6 +469,38 @@ |
| 469 | 469 |
</tbody> |
| 470 | 470 |
</table> |
| 471 | 471 |
<span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 한글2Byte, 영문·숫자 1Byte를 차지.</span> |
| 472 |
+ |
|
| 473 |
+ <p class="tType1_title"><img src="/publish/images/content/icon_fee2.png" alt="알림톡 아이콘 이미지"> 친구톡</p> |
|
| 474 |
+ <table class="tType2"> |
|
| 475 |
+ <colgroup> |
|
| 476 |
+ <col style="width: 20%;"> |
|
| 477 |
+ <col style="width: 60%;"> |
|
| 478 |
+ <col style="width: 20%;"> |
|
| 479 |
+ </colgroup> |
|
| 480 |
+ <thead> |
|
| 481 |
+ <tr> |
|
| 482 |
+ <th>구분</th> |
|
| 483 |
+ <th>특징</th> |
|
| 484 |
+ <th>가격</th> |
|
| 485 |
+ </tr> |
|
| 486 |
+ </thead> |
|
| 487 |
+ <tbody> |
|
| 488 |
+ <tr> |
|
| 489 |
+ <th>친구톡(텍스트)</th> |
|
| 490 |
+ <td rowspan="3">카카오톡을 통해 채널 친구 대상으로 발송이 가능한 광고성 메시지<br />(1,000자 이하의 텍스트 및 이미지 발송 가능)</td> |
|
| 491 |
+ <td><span>13.8</span>원</td> |
|
| 492 |
+ </tr> |
|
| 493 |
+ <tr> |
|
| 494 |
+ <th>친구톡(이미지)</th> |
|
| 495 |
+ <td><span>19.9</span>원</td> |
|
| 496 |
+ </tr> |
|
| 497 |
+ <tr> |
|
| 498 |
+ <th>친구톡(와이드 이미지)</th> |
|
| 499 |
+ <td><span>22.9</span>원</td> |
|
| 500 |
+ </tr> |
|
| 501 |
+ </tbody> |
|
| 502 |
+ </table> |
|
| 503 |
+ <!-- <span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 한글2Byte, 영문·숫자 1Byte를 차지.</span> --> |
|
| 472 | 504 |
|
| 473 | 505 |
<p class="tType1_title"><img src="/publish/images/content/icon_fee_fax.png" alt="팩스 아이콘 이미지"> 팩스</p> |
| 474 | 506 |
<table class="tType2"> |
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?