발송 시 MSG_RESULT 필드에 00 insert 추가

This commit is contained in:
hehihoho3@gmail.com 2025-09-10 14:31:45 +09:00
parent 07088040fb
commit 2854de838a
2 changed files with 7 additions and 3 deletions

View File

@ -82,6 +82,7 @@
, REQ_DATE , REQ_DATE
, FILE_CNT , FILE_CNT
, MSG_RESULT
)VALUES )VALUES
<iterate conjunction=","> <iterate conjunction=",">
( (
@ -108,7 +109,8 @@
, #[].bizJsonName# , #[].bizJsonName#
, #[].reqDate# , #[].reqDate#
, #[].fileCnt# , #[].fileCnt#,
'00'
) )
</iterate> </iterate>
</insert> </insert>

View File

@ -173,7 +173,8 @@
FILE_PATH1, FILE_PATH1,
FILE_PATH2, FILE_PATH2,
FILE_PATH3, FILE_PATH3,
MSG_GROUP_ID MSG_GROUP_ID,
MSG_RESULT
)VALUES )VALUES
<iterate conjunction=","> <iterate conjunction=",">
( (
@ -191,7 +192,8 @@
#[].filePath1#, #[].filePath1#,
#[].filePath2#, #[].filePath2#,
#[].filePath3#, #[].filePath3#,
#[].msgGroupId# #[].msgGroupId#,
'00'
) )
</iterate> </iterate>
</insert> </insert>