fix: SQL 필드 코멘트 추가

dev
Jonguk. Lim 1 month ago
parent 8474421c8e
commit 6671698b50

@ -8,17 +8,17 @@
<!-- =================================================================================== -->
<select id="selectInputXits" parameterType="cokr.xit.ens.modules.nice.model.NiceCiDTO$NiceCiParam" resultType="cokr.xit.ens.modules.nice.model.NiceCiDTO$InputXit">
/** iup-niceci-mapper|selectInputXits-NICE CI 대상 조회|julim */
SELECT lnk_input_id
, err_msg
, expires_dt
, org_cd
, pay_expires_dt
, prcs_cd
, rcpt_dt
, run_dt
, send_type
, tot_cnt
, job_cd
SELECT lnk_input_id, /* 연계 ID */
, err_msg /* 오류 메시지 */
, expires_dt /* 마감 일시 */
, org_cd /* 기관 코드 */
, pay_expires_dt /* 결제 만료 일시 */
, prcs_cd /* 처리 코드 */
, rcpt_dt /* 접수 일시 */
, run_dt /* 발송 일시 */
, send_type /* 발송구분 : NI-알림톡, KP:인증톡 */
, tot_cnt /* 총 개수 */
, job_cd /* 작업 코드 */
, reg_dt
, reg_id
, upd_dt
@ -36,20 +36,20 @@
<select id="selectInputDataXits" parameterType="cokr.xit.ens.modules.nice.model.NiceCiDTO$NiceCiParam" resultType="cokr.xit.ens.modules.nice.model.NiceCiDTO$InputDataXit">
/** iup-niceci-mapper|selectInputDataXits-NICE CI 발송 대상 조회|julim */
SELECT data_id
, birthday
, call_center_no
, car_no
, gender
, linked_uuid
, moblphon_no
, msg_data
, msg_dtl_data
, name
, pay_status_cd
, pay_url
, sid
, lnk_input_id
SELECT lnk_input_id /* 연계 ID */
, data_id /* 데이터 ID (Primary Key) */
, birthday /* 생년월일 */
, call_center_no /* 콜 센터 번호 */
, car_no /* 차량 번호 */
, gender /* 성별 */
, linked_uuid /* 연계 UUID */
, moblphon_no /* 휴대전화 번호 */
, msg_data /* 메시지 데이터 */
, msg_dtl_data /* 메시지 상세 데이터 */
, name /* 이름 */
, pay_status_cd /* 결제 상태 코드 */
, pay_url /* 결제 URL */
, sid /* 세션 ID(주민번호|CI) */
, reg_dt
, reg_id
, upd_dt
@ -78,11 +78,11 @@
<insert id="insertBill" parameterType="cokr.xit.ens.modules.nice.model.NiceCiDTO$BillDTO">
/** iup-niceci-mapper|insertBill-NICE CI 청구서 생성|julim */
INSERT INTO ens_bill (
bill_id,
bill_uid,
biller_user_key,
bill_se_cd,
org_cd,
bill_id, /* 청구 ID (Primary Key) */
bill_uid, /* 청구 UID */
biller_user_key, /* 청구 사용자 키 */
bill_se_cd, /* 청구 구분 코드 */
org_cd, /* 기관 코드 */
regist_dt
) VALUES (
#{billId},

@ -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 (

Loading…
Cancel
Save