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