fix: 카카오페이 make시 external_document_uuid 누락 fix

main
Jonguk. Lim 1 year ago
parent 28c3d9eb12
commit 8a0346c4da

@ -284,6 +284,7 @@
prop_message, prop_message,
prop_cs_number, /* 고객센터 전화번호 */ prop_cs_number, /* 고객센터 전화번호 */
prop_cs_name, /* 고객센터 명 */ prop_cs_name, /* 고객센터 명 */
external_document_uuid, /* 외부문서 식별번호 */
regist_dt, regist_dt,
register register
) )
@ -307,6 +308,7 @@
ELSE tetm.tmplat_cn END ELSE tetm.tmplat_cn END
, tetm.cstmr_cnter_tlphon_no , tetm.cstmr_cnter_tlphon_no
, '문의처' , '문의처'
, teusd.unity_sndng_detail_id
, now() , now()
, 'batch' , 'batch'
FROM tb_ens_unity_sndng_mastr teusm FROM tb_ens_unity_sndng_mastr teusm

@ -281,6 +281,7 @@
prop_message, prop_message,
prop_cs_number, /* 고객센터 전화번호 */ prop_cs_number, /* 고객센터 전화번호 */
prop_cs_name, /* 고객센터 명 */ prop_cs_name, /* 고객센터 명 */
external_document_uuid, /* 외부문서 식별번호 */
regist_dt, regist_dt,
register register
) )
@ -302,6 +303,7 @@
, tetm.tmplat_cn , tetm.tmplat_cn
, tetm.cstmr_cnter_tlphon_no , tetm.cstmr_cnter_tlphon_no
, '문의처' , '문의처'
, teusd.unity_sndng_detail_id
, sysdate , sysdate
, 'batch' , 'batch'
FROM tb_ens_unity_sndng_mastr teusm FROM tb_ens_unity_sndng_mastr teusm

Loading…
Cancel
Save