diff --git a/src/main/resources/mybatis-mapper/modules/iup-niceci-mapper.xml b/src/main/resources/mybatis-mapper/modules/iup-niceci-mapper.xml index 8fd695b..03607fc 100644 --- a/src/main/resources/mybatis-mapper/modules/iup-niceci-mapper.xml +++ b/src/main/resources/mybatis-mapper/modules/iup-niceci-mapper.xml @@ -8,17 +8,17 @@ /** 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 @@ /** 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}, diff --git a/src/main/resources/mybatis-mapper/modules/iup-niceci-new-transaction-mapper.xml b/src/main/resources/mybatis-mapper/modules/iup-niceci-new-transaction-mapper.xml index 0981289..6fc4a98 100644 --- a/src/main/resources/mybatis-mapper/modules/iup-niceci-new-transaction-mapper.xml +++ b/src/main/resources/mybatis-mapper/modules/iup-niceci-new-transaction-mapper.xml @@ -13,13 +13,13 @@ FROM ens_bill_his 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 @@ 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 @@ 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 (