발송 시 MSG_RESULT 필드에 00 insert 추가
This commit is contained in:
parent
07088040fb
commit
2854de838a
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user