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

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

Loading…
Cancel
Save