발송 시 MSG_RESULT 필드에 00 insert 추가
This commit is contained in:
parent
07088040fb
commit
2854de838a
@ -82,6 +82,7 @@
|
||||
, REQ_DATE
|
||||
|
||||
, FILE_CNT
|
||||
, MSG_RESULT
|
||||
)VALUES
|
||||
<iterate conjunction=",">
|
||||
(
|
||||
@ -108,7 +109,8 @@
|
||||
, #[].bizJsonName#
|
||||
, #[].reqDate#
|
||||
|
||||
, #[].fileCnt#
|
||||
, #[].fileCnt#,
|
||||
'00'
|
||||
)
|
||||
</iterate>
|
||||
</insert>
|
||||
|
||||
@ -173,7 +173,8 @@
|
||||
FILE_PATH1,
|
||||
FILE_PATH2,
|
||||
FILE_PATH3,
|
||||
MSG_GROUP_ID
|
||||
MSG_GROUP_ID,
|
||||
MSG_RESULT
|
||||
)VALUES
|
||||
<iterate conjunction=",">
|
||||
(
|
||||
@ -191,7 +192,8 @@
|
||||
#[].filePath1#,
|
||||
#[].filePath2#,
|
||||
#[].filePath3#,
|
||||
#[].msgGroupId#
|
||||
#[].msgGroupId#,
|
||||
'00'
|
||||
)
|
||||
</iterate>
|
||||
</insert>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user