|
|
|
@ -13,13 +13,13 @@
|
|
|
|
|
FROM ens_bill_his
|
|
|
|
|
</selectKey>
|
|
|
|
|
INSERT INTO ens_bill_his (
|
|
|
|
|
id,
|
|
|
|
|
linked_uuid,
|
|
|
|
|
org_cd,
|
|
|
|
|
req_se,
|
|
|
|
|
bill_se,
|
|
|
|
|
request_data,
|
|
|
|
|
regist_dt
|
|
|
|
|
id, /* Primary Key */
|
|
|
|
|
linked_uuid, /* 연계 UUID */
|
|
|
|
|
org_cd, /* 기관 코드 */
|
|
|
|
|
req_se, /* 요청 구분 */
|
|
|
|
|
bill_se, /* 청구 구분 */
|
|
|
|
|
request_data, /* 요청 데이터 */
|
|
|
|
|
regist_dt /* 등록 일시 */
|
|
|
|
|
) VALUES (
|
|
|
|
|
#{id},
|
|
|
|
|
#{linkedUuid},
|
|
|
|
@ -54,26 +54,26 @@
|
|
|
|
|
<!-- //FIXME: oracle인 경우 Insert ALL SELECT ... DUAL 사용해야 함 -->
|
|
|
|
|
<foreach collection="list" item="item" index="index" open="INSERT ALL" close="SELECT 1 FROM DUAL">
|
|
|
|
|
INTO tb_nice_sms_sndng_inqire_repti (
|
|
|
|
|
nice_sms_sndng_inqire_id,
|
|
|
|
|
sn,
|
|
|
|
|
inqire_dt,
|
|
|
|
|
indvdl_bsnm_cpr_se,
|
|
|
|
|
ihidnum,
|
|
|
|
|
nm,
|
|
|
|
|
rank_cttpc_1,
|
|
|
|
|
rank_cttpc_2,
|
|
|
|
|
rank_cttpc_3,
|
|
|
|
|
result_se,
|
|
|
|
|
sms_sndng_requst_se,
|
|
|
|
|
sndng_mssage,
|
|
|
|
|
dsptch_no,
|
|
|
|
|
sms_sndng_cttpc_rank,
|
|
|
|
|
sms_sndng_cttpc_no,
|
|
|
|
|
sms_sndng_dt,
|
|
|
|
|
opetr_id,
|
|
|
|
|
cttpc_inqire_se,
|
|
|
|
|
mssage_sndng_result_se,
|
|
|
|
|
rspns_reptit_blnk,
|
|
|
|
|
nice_sms_sndng_inqire_id, /* NICE SMS 발송 조회 ID */
|
|
|
|
|
sn, /* 순번 */
|
|
|
|
|
inqire_dt, /* 조회 일시 */
|
|
|
|
|
indvdl_bsnm_cpr_se, /* 개인 사업자 법인 구분 */
|
|
|
|
|
ihidnum, /* 주민 번호 */
|
|
|
|
|
nm, /* 성명 */
|
|
|
|
|
rank_cttpc_1, /* 1순위 연락처 */
|
|
|
|
|
rank_cttpc_2, /* 2순위 연락처 */
|
|
|
|
|
rank_cttpc_3, /* 3순위 연락처 */
|
|
|
|
|
result_se, /* 결과 구분 */
|
|
|
|
|
sms_sndng_requst_se, /* SMS 발송요청 구분*/
|
|
|
|
|
sndng_mssage, /* 전송 메세지 */
|
|
|
|
|
dsptch_no, /* 발송 번호 */
|
|
|
|
|
sms_sndng_cttpc_rank, /* SMS 발송 연락처 순위 */
|
|
|
|
|
sms_sndng_cttpc_no, /* SMS 발송 연락처 번호 */
|
|
|
|
|
sms_sndng_dt, /* SMS 발송 일시 */
|
|
|
|
|
opetr_id, /* 처리자 ID */
|
|
|
|
|
cttpc_inqire_se, /* 연락처 조회 구분 */
|
|
|
|
|
mssage_sndng_result_se, /* 메세지 발송 결과 구분 */
|
|
|
|
|
rspns_reptit_blnk, /* 응답 반복 공란 */
|
|
|
|
|
creat_dt,
|
|
|
|
|
crtr
|
|
|
|
|
) VALUES (
|
|
|
|
@ -126,13 +126,13 @@
|
|
|
|
|
<!-- //FIXME: oracle인 경우 Insert ALL SELECT ... DUAL 사용해야 함 -->
|
|
|
|
|
<foreach collection="list" item="item" index="index" open="INSERT ALL" close="SELECT 1 FROM DUAL">
|
|
|
|
|
INTO tb_send_result (
|
|
|
|
|
lnk_input_id,
|
|
|
|
|
data_id,
|
|
|
|
|
run_dt,
|
|
|
|
|
send_type,
|
|
|
|
|
expires_dt,
|
|
|
|
|
biz_err_msg,
|
|
|
|
|
prcs_yn,
|
|
|
|
|
lnk_input_id, /* 연계 ID */
|
|
|
|
|
data_id, /* data id */
|
|
|
|
|
run_dt, /* 발송일시 */
|
|
|
|
|
send_type, /* 발송구분 : NI-알림톡, KP:인증톡 */
|
|
|
|
|
expires_dt, /* 마감일시 */
|
|
|
|
|
biz_err_msg, /* 사업자 오류 내용 */
|
|
|
|
|
prcs_yn, /* 처리여부 */
|
|
|
|
|
reg_dt,
|
|
|
|
|
reg_id
|
|
|
|
|
) VALUES (
|
|
|
|
|