|
|
|
@ -8,56 +8,56 @@
|
|
|
|
|
<!-- =================================================================================== -->
|
|
|
|
|
<select id="selectAcceptTgts" resultType="kr.xit.biz.ens.model.cmm.SndngMssageParam">
|
|
|
|
|
/** ens-mysql-mapper|selectAcceptTgts-통합 발송 접수 대상 조회|julim */
|
|
|
|
|
SELECT tcsm.unity_sndng_mastr_id
|
|
|
|
|
, tcsm.tmplat_id
|
|
|
|
|
SELECT tcsm.elctrn_ntic_sndng_id AS unitySndngMastrId
|
|
|
|
|
, tcsm.nht_tmplat_id AS tmplatId
|
|
|
|
|
, tcsm.sndng_co
|
|
|
|
|
, tcsm.sndng_process_sttus
|
|
|
|
|
, tcsm.sndng_dt
|
|
|
|
|
, tcsm.sndng_dt
|
|
|
|
|
, tetm.try1
|
|
|
|
|
, tetm.try2
|
|
|
|
|
, tetm.try3
|
|
|
|
|
, tetm.try2_minute
|
|
|
|
|
, tetm.try3_minute
|
|
|
|
|
FROM tb_cntc_sndng_mastr tcsm
|
|
|
|
|
, tetm.try2_minute
|
|
|
|
|
, tetm.try3_minute
|
|
|
|
|
FROM tb_elctrn_ntic_sndng tcsm
|
|
|
|
|
JOIN tb_ens_tmplat_manage tetm
|
|
|
|
|
ON tcsm.tmplat_id = tetm.tmplat_id
|
|
|
|
|
ON tcsm.nht_tmplat_id = tetm.tmplat_id
|
|
|
|
|
WHERE tcsm.sndng_process_sttus = #{sndngProcessSttus}
|
|
|
|
|
AND tcsm.signgu_code = #{signguCode}
|
|
|
|
|
AND tcsm.ffnlg_code = #{ffnlgCode}
|
|
|
|
|
AND tetm.signgu_code = #{signguCode}
|
|
|
|
|
AND tetm.ffnlg_code = #{ffnlgCode}
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<insert id="insertUnitySndngMst">
|
|
|
|
|
/** ens-mysql-mapper|insertUnitySndngMst-통합발송마스터 생성|julim */
|
|
|
|
|
INSERT
|
|
|
|
|
INTO tb_ens_unity_sndng_mastr (
|
|
|
|
|
unity_sndng_mastr_id, /* 통합발송마스터 ID */
|
|
|
|
|
signgu_code, /* 시군구 코드 */
|
|
|
|
|
ffnlg_code, /* 과태료 코드 */
|
|
|
|
|
tmplat_id, /* 템플릿 Id */
|
|
|
|
|
sndng_ty_code, /* 발송유형 코드 */
|
|
|
|
|
sndng_co, /* 발송건수 */
|
|
|
|
|
sndng_process_sttus, /* 발송처리 상태 */
|
|
|
|
|
sndng_dt_1, /* 발송 일시 */
|
|
|
|
|
sndng_dt_2, /* 발송 일시2 */
|
|
|
|
|
sndng_dt_3, /* 발송 일시3 */
|
|
|
|
|
try1,
|
|
|
|
|
try2,
|
|
|
|
|
try3,
|
|
|
|
|
try_cnt,
|
|
|
|
|
clos_dt, /* 마감일시 */
|
|
|
|
|
regist_dt,
|
|
|
|
|
register
|
|
|
|
|
unity_sndng_mastr_id, /* 통합발송마스터 ID */
|
|
|
|
|
signgu_code, /* 시군구 코드 */
|
|
|
|
|
ffnlg_code, /* 과태료 코드 */
|
|
|
|
|
tmplat_id, /* 템플릿 Id */
|
|
|
|
|
sndng_ty_code, /* 발송유형 코드 */
|
|
|
|
|
sndng_co, /* 발송건수 */
|
|
|
|
|
sndng_process_sttus, /* 발송처리 상태 */
|
|
|
|
|
sndng_dt_1, /* 발송 일시 */
|
|
|
|
|
sndng_dt_2, /* 발송 일시2 */
|
|
|
|
|
sndng_dt_3, /* 발송 일시3 */
|
|
|
|
|
try1,
|
|
|
|
|
try2,
|
|
|
|
|
try3,
|
|
|
|
|
try_cnt,
|
|
|
|
|
clos_dt, /* 마감일시 */
|
|
|
|
|
regist_dt,
|
|
|
|
|
register
|
|
|
|
|
)
|
|
|
|
|
SELECT tcsm.unity_sndng_mastr_id /* 통합발송마스터 ID */
|
|
|
|
|
, tcsm.signgu_code /* 시군구 코드 */
|
|
|
|
|
, tcsm.ffnlg_code /* 과태료 코드 */
|
|
|
|
|
, tcsm.tmplat_id /* 템플릿 Id */
|
|
|
|
|
, tetm.sndng_ty_code /* 발송유형 코드 */
|
|
|
|
|
, tcsm.sndng_co /* 발송건수 */
|
|
|
|
|
SELECT tcsm.elctrn_ntic_sndng_id /* 통합발송마스터 ID */
|
|
|
|
|
, tetm.signgu_code /* 시군구 코드 */
|
|
|
|
|
, tetm.ffnlg_code /* 과태료 코드 */
|
|
|
|
|
, tcsm.nht_tmplat_id /* 템플릿 Id */
|
|
|
|
|
, tetm.sndng_ty_code /* 발송유형 코드 */
|
|
|
|
|
, tcsm.sndng_co /* 발송건수 */
|
|
|
|
|
, 'accept-ok' /* 발송처리 상태 */
|
|
|
|
|
, tcsm.sndng_dt
|
|
|
|
|
, #{sndngDt2}
|
|
|
|
|
, #{sndngDt3}
|
|
|
|
|
, #{sndngDt2}
|
|
|
|
|
, #{sndngDt3}
|
|
|
|
|
, tetm.try1
|
|
|
|
|
, tetm.try2
|
|
|
|
|
, tetm.try3
|
|
|
|
@ -65,13 +65,13 @@
|
|
|
|
|
THEN 3
|
|
|
|
|
ELSE IF(IFNULL(tetm.try2, '') != '', 2, 1)
|
|
|
|
|
END /* try3 값이 있으면 3, try2 값이 있으면 2, try1 */
|
|
|
|
|
, clos_dt /* 마감일시 */
|
|
|
|
|
, clos_dt /* 마감일시 */
|
|
|
|
|
, now()
|
|
|
|
|
, 'batch'
|
|
|
|
|
FROM tb_cntc_sndng_mastr tcsm
|
|
|
|
|
FROM tb_elctrn_ntic_sndng tcsm
|
|
|
|
|
JOIN tb_ens_tmplat_manage tetm
|
|
|
|
|
ON tcsm.tmplat_id = tetm.tmplat_id
|
|
|
|
|
WHERE tcsm.unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
|
ON tcsm.nht_tmplat_id = tetm.tmplat_id
|
|
|
|
|
WHERE tcsm.elctrn_ntic_sndng_id = #{unitySndngMastrId}
|
|
|
|
|
AND tcsm.sndng_process_sttus = #{sndngProcessSttus}
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
@ -80,56 +80,46 @@
|
|
|
|
|
INSERT
|
|
|
|
|
INTO tb_ens_unity_sndng_detail (
|
|
|
|
|
unity_sndng_detail_id, /* 통합발송상세 ID*/
|
|
|
|
|
unity_sndng_mastr_id, /* 통합발송마스터 ID */
|
|
|
|
|
signgu_code, /* 시군구 코드 */
|
|
|
|
|
ffnlg_code, /* 과태료 코드 */
|
|
|
|
|
main_code,
|
|
|
|
|
vhcle_no, /* 차량번호 */
|
|
|
|
|
ihidnum, /* 주민번호 */
|
|
|
|
|
moblphon_no, /* 전화번호 */
|
|
|
|
|
nm, /* 이름 */
|
|
|
|
|
adres, /* 주소 */
|
|
|
|
|
detail_adres, /* 상세주소 */
|
|
|
|
|
zip, /* 우편번호 */
|
|
|
|
|
tmplt_msg_data, /* 템플릿메세지 데이타 */
|
|
|
|
|
mobile_page_cn, /* 모바일페이지내용 */
|
|
|
|
|
use_instt_idntfc_id, /* 이용기관식별Id*/
|
|
|
|
|
regist_dt,
|
|
|
|
|
register
|
|
|
|
|
unity_sndng_mastr_id, /* 통합발송마스터 ID */
|
|
|
|
|
signgu_code, /* 시군구 코드 */
|
|
|
|
|
ffnlg_code, /* 과태료 코드 */
|
|
|
|
|
main_code,
|
|
|
|
|
ihidnum, /* 주민번호 */
|
|
|
|
|
tmplt_msg_data, /* 템플릿메세지 데이타 */
|
|
|
|
|
mobile_page_cn, /* 모바일페이지내용 */
|
|
|
|
|
use_instt_idntfc_id, /* 이용기관식별Id*/
|
|
|
|
|
regist_dt,
|
|
|
|
|
register
|
|
|
|
|
)
|
|
|
|
|
SELECT tcsd.unity_sndng_detail_id /* 통합발송상세 ID*/
|
|
|
|
|
, tcsd.unity_sndng_mastr_id /* 통합발송마스터 ID */
|
|
|
|
|
, tcsd.signgu_code /* 시군구 코드 */
|
|
|
|
|
, tcsd.ffnlg_code /* 과태료 코드 */
|
|
|
|
|
SELECT tcsd.elctrn_ntic_sndng_detail_id /* 통합발송상세 ID*/
|
|
|
|
|
, tcsd.elctrn_ntic_sndng_id /* 통합발송마스터 ID */
|
|
|
|
|
, tetm.signgu_code /* 시군구 코드 */
|
|
|
|
|
, tetm.ffnlg_code /* 과태료 코드 */
|
|
|
|
|
, tcsd.main_code
|
|
|
|
|
, tcsd.vhcle_no /* 차량번호 */
|
|
|
|
|
, tcsd.ihidnum /* 주민번호 */
|
|
|
|
|
, tcsd.moblphon_no /* 전화번호 */
|
|
|
|
|
, tcsd.nm /* 이름 */
|
|
|
|
|
, tcsd.adres /* 주소 */
|
|
|
|
|
, tcsd.detail_adres /* 상세주소 */
|
|
|
|
|
, tcsd.zip /* 우편번호 */
|
|
|
|
|
, tcsd.tmplt_msg_data /* 템플릿메세지 데이타 */
|
|
|
|
|
, tcsd.mobile_page_cn /* 모바일페이지내용 */
|
|
|
|
|
, tcsd.use_instt_idntfc_id /* 이용기관식별Id*/
|
|
|
|
|
, now()
|
|
|
|
|
, 'batch'
|
|
|
|
|
FROM tb_cntc_sndng_mastr tcsm
|
|
|
|
|
JOIN tb_cntc_sndng_detail tcsd
|
|
|
|
|
ON tcsm.unity_sndng_mastr_id = tcsd.unity_sndng_mastr_id
|
|
|
|
|
WHERE tcsm.unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
|
, now()
|
|
|
|
|
, 'batch'
|
|
|
|
|
FROM tb_elctrn_ntic_sndng tcsm
|
|
|
|
|
JOIN tb_ens_tmplat_manage tetm
|
|
|
|
|
ON tcsm.nht_tmplat_id = tetm.tmplat_id
|
|
|
|
|
JOIN tb_elctrn_ntic_sndng_detail tcsd
|
|
|
|
|
ON tcsm.elctrn_ntic_sndng_id = tcsd.elctrn_ntic_sndng_id
|
|
|
|
|
WHERE tcsm.elctrn_ntic_sndng_id = #{unitySndngMastrId}
|
|
|
|
|
AND tcsm.sndng_process_sttus = #{sndngProcessSttus}
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<update id="updateProcessSttusCntcSndngMst">
|
|
|
|
|
/** ens-mysql-mapper|updateProcessSttusCntcSndngMst-연계발송마스터 상태 변경|julim */
|
|
|
|
|
UPDATE tb_cntc_sndng_mastr
|
|
|
|
|
UPDATE tb_elctrn_ntic_sndng
|
|
|
|
|
SET sndng_process_sttus = #{newSndngProcessSttus}
|
|
|
|
|
, error_code = #{errorCode}
|
|
|
|
|
, error_mssage = #{errorMssage}
|
|
|
|
|
, error_cn = #{errorCode}
|
|
|
|
|
, error_dtls = #{errorMssage}
|
|
|
|
|
, updt_dt = now()
|
|
|
|
|
, updusr = 'batch'
|
|
|
|
|
WHERE unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
|
WHERE elctrn_ntic_sndng_id = #{unitySndngMastrId}
|
|
|
|
|
</update>
|
|
|
|
|
<!-- =================================================================================== -->
|
|
|
|
|
<!-- ================================ accept =========================================== -->
|
|
|
|
@ -497,49 +487,6 @@
|
|
|
|
|
AND teusm.sndng_process_sttus = #{sndngProcessSttus}
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<insert id="insertPplus">
|
|
|
|
|
/** ens-mysql-mapper|insertPplus Post plus 데이터 생성|julim */
|
|
|
|
|
<!-- FIXME::확인 적용 필요-->
|
|
|
|
|
INSERT
|
|
|
|
|
INTO tb_ens_post_plus (
|
|
|
|
|
sndng_detail_id, /* 발송상세 id */
|
|
|
|
|
unity_sndng_detail_id, /* 통합발송상세 id */
|
|
|
|
|
sndng_mastr_id, /* 발송마스터 id */
|
|
|
|
|
signgu_code, /* 시군구 코드 */
|
|
|
|
|
ffnlg_code, /* 과태료 코드 */
|
|
|
|
|
service_cd, /* 서비스 코드 */
|
|
|
|
|
con_key, /* 연계 식별키 */
|
|
|
|
|
post_dlvr_se, /* 우편 배달 구분 */
|
|
|
|
|
addrse_co, /* 수취인 수 */
|
|
|
|
|
post_tmplat_code, /* 우편 템플릿 코드 */
|
|
|
|
|
sn, /* 순번 */
|
|
|
|
|
regist_dt,
|
|
|
|
|
register
|
|
|
|
|
)
|
|
|
|
|
SELECT LPAD(NEXTVAL(sndng_detail_id_seq), 20, '0')
|
|
|
|
|
, teusd.unity_sndng_detail_id
|
|
|
|
|
, #{sndngMastrId}
|
|
|
|
|
, teusm.signgu_code
|
|
|
|
|
, teusm.ffnlg_code
|
|
|
|
|
, 'PST'
|
|
|
|
|
, teusd.unity_sndng_mastr_id
|
|
|
|
|
, tetm.post_dlvr_se
|
|
|
|
|
, teusm.sndng_co
|
|
|
|
|
, tetm.post_tmplat_code
|
|
|
|
|
, teppj.sn
|
|
|
|
|
, now()
|
|
|
|
|
, 'batch'
|
|
|
|
|
FROM tb_ens_unity_sndng_mastr teusm
|
|
|
|
|
LEFT JOIN tb_ens_tmplat_manage tetm
|
|
|
|
|
ON teusm.tmplat_id = tetm.tmplat_id
|
|
|
|
|
LEFT JOIN tb_ens_unity_sndng_detail teusd
|
|
|
|
|
ON teusm.unity_sndng_mastr_id = teusd.unity_sndng_mastr_id
|
|
|
|
|
JOIN tb_ens_post_plus_json teppj
|
|
|
|
|
ON teusd.unity_sndng_detail_id = teppj.unity_sndng_detail_id
|
|
|
|
|
WHERE teusm.unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
|
AND teusm.sndng_process_sttus = #{sndngProcessSttus}
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<update id="updateProcessSttusUnitySndngMst">
|
|
|
|
|
/** ens-mysql-mapper|updateProcessSttusUntySndngMst-통합발송마스터 상태 변경|julim */
|
|
|
|
|
UPDATE tb_ens_unity_sndng_mastr
|
|
|
|
@ -943,77 +890,6 @@
|
|
|
|
|
WHERE tekmd.document_binder_uuid = #{document_binder_uuid})
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
<select id="selectPplusSndProcessStatus" resultType="kr.xit.biz.ens.model.cmm.SndngMssageParam">
|
|
|
|
|
/** ens-mysql-mapper|selectPplusSndProcessStatus-Post plus 발송 상태 조회|julim */
|
|
|
|
|
SELECT tesm.sndng_mastr_id
|
|
|
|
|
, tesm.unity_sndng_mastr_id
|
|
|
|
|
, tesm.try_cnt
|
|
|
|
|
, tesm.try_seq
|
|
|
|
|
, '' AS newSndngProcessSttus
|
|
|
|
|
FROM tb_ens_sndng_mastr tesm
|
|
|
|
|
JOIN tb_ens_post_plus tepp
|
|
|
|
|
ON tesm.sndng_mastr_id = tepp.sndng_mastr_id
|
|
|
|
|
WHERE tesm.unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
|
LIMIT 1
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<update id="updatePplusSndStatus" parameterType="kr.xit.biz.ens.model.pplus.PplusDTO$PpStatusResMapping">
|
|
|
|
|
/** ens-mysql-mapper|updatePplusSndStatus-Post plus 상태 변경|julim */
|
|
|
|
|
UPDATE tb_ens_post_plus
|
|
|
|
|
SET process_sttus = #{processSttus}
|
|
|
|
|
, dlvr_sttus = #{dlvrSttus}
|
|
|
|
|
, updt_dt = now()
|
|
|
|
|
, updusr = 'batch'
|
|
|
|
|
WHERE sndng_mastr_id = (SELECT tesm.sndng_mastr_id
|
|
|
|
|
FROM tb_ens_sndng_mastr tesm
|
|
|
|
|
JOIN tb_ens_post_plus tepp
|
|
|
|
|
ON tesm.sndng_mastr_id = tepp.sndng_mastr_id
|
|
|
|
|
WHERE tesm.unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
|
LIMIT 1)
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
<select id="selectCountRgistNo" resultType="int">
|
|
|
|
|
/** ens-mysql-mapper|selectCountRgistNo-Post plus 등기번호 조회|julim */
|
|
|
|
|
Select count(sndng_detail_id)
|
|
|
|
|
FROM tb_ens_post_plus
|
|
|
|
|
WHERE rgist_no >= #{startRgistNo}
|
|
|
|
|
AND rgist_no <= #{endRgistNo}
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<update id="updatePplusRgistNo" parameterType="kr.xit.biz.ens.model.pplus.PplusDTO$PpStatusResMapping">
|
|
|
|
|
/** ens-mysql-mapper|updatePplusRgistNo-Post plus 등기번호 변경|julim */
|
|
|
|
|
UPDATE tb_ens_post_plus
|
|
|
|
|
SET rgist_no = #{rgistNo}
|
|
|
|
|
, updt_dt = now()
|
|
|
|
|
, updusr = 'batch'
|
|
|
|
|
WHERE sndng_detail_id = (SELECT tepp.sndng_detail_id
|
|
|
|
|
FROM tb_ens_sndng_mastr tesm
|
|
|
|
|
JOIN tb_ens_post_plus tepp
|
|
|
|
|
ON tesm.sndng_mastr_id = tepp.sndng_mastr_id
|
|
|
|
|
WHERE tesm.unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
|
AND tepp.sn = #{sn})
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
<select id="selectPplusUnitySndngDetailIdsByRgistNo" resultType="kr.xit.biz.ens.model.pplus.PplusDTO$PplusResult">
|
|
|
|
|
/** ens-mysql-mapper|selectPplusUnitySndngDetailIdsByRgistNo-Post plus 통합발송상세ID 목록 조회|julim */
|
|
|
|
|
SELECT tepp.unity_sndng_detail_id
|
|
|
|
|
, tepp.rgist_no
|
|
|
|
|
FROM tb_ens_post_plus tepp
|
|
|
|
|
WHERE rgist_no >= #{startRgistNo}
|
|
|
|
|
AND rgist_no <= #{endRgistNo}
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<update id="updatePplusDlvrStatusFromEPostByRgistNo" parameterType="kr.xit.biz.ens.model.pplus.PplusDTO$PplusResult">
|
|
|
|
|
/** ens-mysql-mapper|updatePplusDlvrStatusFromEPostByRgistNo-Post plus 우체국 종적 추적을 통한 배송상태 변경|julim */
|
|
|
|
|
UPDATE tb_ens_post_plus
|
|
|
|
|
SET dlvr_sttus = SUBSTR(#{dlvrSttus}, 1, 20)
|
|
|
|
|
, dlvr_detail = #{dlvrDetail}
|
|
|
|
|
, dlvr_de = REPLACE(#{receiveDate}, "-", "")
|
|
|
|
|
, recevie_name = #{receiveName}
|
|
|
|
|
, updt_dt = now()
|
|
|
|
|
, updusr = 'batch'
|
|
|
|
|
WHERE rgist_no = #{rgistNo}
|
|
|
|
|
</update>
|
|
|
|
|
<!-- =================================================================================== -->
|
|
|
|
|
<!-- ================================ status ============================================= -->
|
|
|
|
|
<!-- =================================================================================== -->
|
|
|
|
@ -1066,51 +942,6 @@
|
|
|
|
|
FROM tb_ens_kakao_my_doc tekmd
|
|
|
|
|
WHERE tekmd.document_binder_uuid = #{documentBinderUuid})
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
<select id="selectPplusResultTgtsByUnitySndngMstId" parameterType="string" resultType="string">
|
|
|
|
|
/** ens-mysql-mapper|selectPplusResultTgtsByUnitySndngMstId-post plus 연계발송결과반영 대상 조회|julim */
|
|
|
|
|
SELECT tepp.unity_sndng_detail_id
|
|
|
|
|
FROM tb_ens_sndng_mastr tesm
|
|
|
|
|
JOIN tb_ens_post_plus tepp
|
|
|
|
|
ON tesm.sndng_mastr_id = tepp.sndng_mastr_id
|
|
|
|
|
WHERE tesm.unity_sndng_mastr_id = #{unitySndngMstId}
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<insert id="savePplusCntcSndngResult">
|
|
|
|
|
/** ens-mysql-mapper|savePplusCntcSndngResult-Post plus 연계발송결과반영|julim */
|
|
|
|
|
INSERT
|
|
|
|
|
INTO tb_cntc_sndng_result (
|
|
|
|
|
unity_sndng_detail_id, /* 통합 발송 상세 ID*/
|
|
|
|
|
sndng_se_code, /* 발송구분코드 */
|
|
|
|
|
signgu_code, /* 시군구코드 */
|
|
|
|
|
ffnlg_code, /* 과태료코드 */
|
|
|
|
|
sndng_result_sttus,
|
|
|
|
|
rgist_no,
|
|
|
|
|
requst_dt, /* 송신(요청) 일시 */
|
|
|
|
|
inqire_dt, /* 수신(조회) 일시 */
|
|
|
|
|
error_cn, /* 에러내용 */
|
|
|
|
|
regist_dt,
|
|
|
|
|
register
|
|
|
|
|
) VALUES (
|
|
|
|
|
#{unitySndngDetailId}
|
|
|
|
|
, #{sndngSeCode} /* 발송구분코드 - KAKAO-MY-DOC|KT-BC */
|
|
|
|
|
, #{signguCode} /* 시군구코드 */
|
|
|
|
|
, #{ffnlgCode} /* 과태료코드 */
|
|
|
|
|
, #{dlvrSttus}
|
|
|
|
|
, #{rgistNo}
|
|
|
|
|
, REPLACE(#{senderData}, "-", "") /* 송신(요청) 일시 */
|
|
|
|
|
, REPLACE(#{receiveDate}, "-", "") /* 수신(조회) 일시 */
|
|
|
|
|
, #{errorCn} /* 에러내용 */
|
|
|
|
|
, now()
|
|
|
|
|
, 'batch'
|
|
|
|
|
)
|
|
|
|
|
ON DUPLICATE KEY UPDATE
|
|
|
|
|
sndng_result_sttus = IFNULL(#{dlvrSttus}, sndng_result_sttus)
|
|
|
|
|
, requst_dt = IFNULL(REPLACE(#{senderData}, "-", ""), requst_dt) /* 송신(요청) 일시 */
|
|
|
|
|
, inqire_dt = IFNULL(REPLACE(#{receiveDate}, "-", ""), inqire_dt) /* 수신(조회) 일시 */
|
|
|
|
|
, updt_dt = now()
|
|
|
|
|
, updusr = 'batch'
|
|
|
|
|
</insert>
|
|
|
|
|
<!-- =================================================================================== -->
|
|
|
|
|
<!-- ================================ result ============================================= -->
|
|
|
|
|
<!-- =================================================================================== -->
|
|
|
|
|