docs: 발송 처리 상태 오타 수정

main
kjh 1 year ago
parent e6a449b556
commit 6fdba5efe9

@ -14,7 +14,7 @@ select (select c.elctrn_ntic_sndng_id from ens_snd_dtl_kko_md b inner join tb_el
, tmplt_cd
, 'ENS'
, send_cnt
, 'send_ok' -- stat_cd
, 'send-ok' -- stat_cd
, date_format(send_dt, '%Y%m%d%H%i%S')
, ''
, ''
@ -69,7 +69,7 @@ select concat('KKO', send_mast_id)
, send_cnt
, '1'
, '1'
, 'send_ok' -- stat_cd
, 'send-ok' -- stat_cd
, date_format(send_dt, '%Y%m%d%H%i%S')
, date_format(close_dt, '%Y%m%d%H%i%S')
, ''

@ -115,7 +115,7 @@ select (select c.elctrn_ntic_sndng_id from ens_snd_dtl_kko_md b inner join tb_el
, tmplt_cd
, 'ENS'
, send_cnt
, 'send_ok' -- stat_cd
, 'send-ok' -- stat_cd
, to_char(send_dt, 'yyyymmddhh24miss')
, ''
, ''
@ -142,7 +142,7 @@ select (select c.elctrn_ntic_sndng_id from ens_snd_dtl_kt_gbs b inner join tb_el
, tmplt_cd
, 'ENS'
, send_cnt
, 'send_ok' -- stat_cd
, 'send-ok' -- stat_cd
, to_char(send_dt, 'yyyymmddhh24miss')
, ''
, ''
@ -226,7 +226,7 @@ select concat('KKO', send_mast_id)
, send_cnt
, '1'
, '1'
, 'send_ok'
, 'send-ok'
, to_char(send_dt, 'yyyymmddhh24miss')
, to_char(close_dt, 'yyyymmddhh24miss')
, ''
@ -254,7 +254,7 @@ select concat('KTG', send_mast_id)
, send_cnt
, '1'
, '1'
, 'send_ok'
, 'send-ok'
, to_char(send_dt, 'yyyymmddhh24miss')
, to_char(close_dt, 'yyyymmddhh24miss')
, ''

Loading…
Cancel
Save