|
|
|
@ -14,17 +14,18 @@
|
|
|
|
|
, cvlcpt_aply_no
|
|
|
|
|
, cvlcpt_rcpt_no
|
|
|
|
|
, cvlcpt_aplcnt_nm
|
|
|
|
|
, cvlcpt_aplcnt_zip
|
|
|
|
|
, cvlcpt_aplcnt_adres
|
|
|
|
|
, cvlcpt_aplcnt_email_adres
|
|
|
|
|
, cvlcpt_aplcnt_moblphon_no
|
|
|
|
|
, cvlcpt_aplcnt_tlphon_no
|
|
|
|
|
, '' AS cvlcpt_aplcnt_zip
|
|
|
|
|
, '' AS cvlcpt_aplcnt_adres
|
|
|
|
|
, '' AS cvlcpt_aplcnt_email_adres
|
|
|
|
|
, '' AS cvlcpt_aplcnt_moblphon_no
|
|
|
|
|
, '' AS cvlcpt_aplcnt_tlphon_no
|
|
|
|
|
, cvlcpt_aply_ttl_nm
|
|
|
|
|
, cvlcpt_aply_cn
|
|
|
|
|
, cvlcpt_aply_dt
|
|
|
|
|
, cvlcpt_rcpt_ymd
|
|
|
|
|
, cvlcpt_prcs_pd
|
|
|
|
|
, cvlcpt_regist_dt
|
|
|
|
|
, cvlcpt_prcs_prnmnt_dt
|
|
|
|
|
, SUBSTR(cvlcpt_prcs_prnmnt_dt,1,8) AS cvlcpt_prcs_prnmnt_ymd
|
|
|
|
|
, '' AS cvlcpt_regist_dt
|
|
|
|
|
, ctzn_sttemnt_process_sttus
|
|
|
|
|
, rgtr
|
|
|
|
|
, mdfcn_dt
|
|
|
|
@ -52,17 +53,11 @@
|
|
|
|
|
, cvlcpt_aply_no
|
|
|
|
|
, cvlcpt_rcpt_no
|
|
|
|
|
, cvlcpt_aplcnt_nm
|
|
|
|
|
, cvlcpt_aplcnt_zip
|
|
|
|
|
, cvlcpt_aplcnt_adres
|
|
|
|
|
, cvlcpt_aplcnt_email_adres
|
|
|
|
|
, cvlcpt_aplcnt_moblphon_no
|
|
|
|
|
, cvlcpt_aplcnt_tlphon_no
|
|
|
|
|
, cvlcpt_aply_ttl_nm
|
|
|
|
|
, cvlcpt_aply_cn
|
|
|
|
|
, cvlcpt_aply_dt
|
|
|
|
|
, cvlcpt_rcpt_ymd
|
|
|
|
|
, cvlcpt_prcs_pd
|
|
|
|
|
, cvlcpt_regist_dt
|
|
|
|
|
, cvlcpt_prcs_prnmnt_dt
|
|
|
|
|
, ctzn_sttemnt_process_sttus
|
|
|
|
|
, reg_dt
|
|
|
|
|
, rgtr
|
|
|
|
@ -72,17 +67,11 @@
|
|
|
|
|
, #{cvlcptAplyNo}
|
|
|
|
|
, #{cvlcptRcptNo}
|
|
|
|
|
, #{cvlcptAplcntNm}
|
|
|
|
|
, #{cvlcptAplcntZip}
|
|
|
|
|
, #{cvlcptAplcntAdres}
|
|
|
|
|
, #{cvlcptAplcntEmailAdres}
|
|
|
|
|
, #{cvlcptAplcntMoblphonNo}
|
|
|
|
|
, #{cvlcptAplcntTlphonNo}
|
|
|
|
|
, #{cvlcptAplyTtlNm}
|
|
|
|
|
, #{cvlcptAplyCn}
|
|
|
|
|
, #{cvlcptAplyDt}
|
|
|
|
|
, #{cvlcptRcptYmd}
|
|
|
|
|
, #{cvlcptPrcsPd}
|
|
|
|
|
, #{cvlcptRegistDt}
|
|
|
|
|
, #{cvlcptPrcsPrnmntDt}
|
|
|
|
|
, #{ctznSttemntProcessSttus}
|
|
|
|
|
, DATE_FORMAT(NOW(), '%Y%m%d%H%i%s')
|
|
|
|
|
, #{rgtr}
|
|
|
|
@ -359,11 +348,11 @@
|
|
|
|
|
, cvlcpt_rcpt_no -- 민원접수번호
|
|
|
|
|
, cvlcpt_gist -- 민원요지
|
|
|
|
|
, cvlcpt_prcs_sumry -- 민원처리요약
|
|
|
|
|
, prcs_dept_code -- 처리부서코드
|
|
|
|
|
, cvlcpt_prcs_deptnm -- 민원처리부서명
|
|
|
|
|
, charger_nm -- 담당자명
|
|
|
|
|
, charger_email -- 담당자이메일
|
|
|
|
|
, charger_tlphon_no -- 담당자전화번호
|
|
|
|
|
, '' AS prcs_dept_code -- 처리부서코드
|
|
|
|
|
, '' AS cvlcpt_prcs_deptnm -- 민원처리부서명
|
|
|
|
|
, '' AS charger_nm -- 담당자명
|
|
|
|
|
, '' AS charger_email -- 담당자이메일
|
|
|
|
|
, '' AS charger_tlphon_no -- 담당자전화번호
|
|
|
|
|
, cvlcpt_prcs_rslt_cn -- 민원처리결과
|
|
|
|
|
, cvlcpt_prcs_cmptn_dt -- 처리완료일시
|
|
|
|
|
FROM tb_ec_ctzn_sttemnt_answer
|
|
|
|
@ -380,11 +369,6 @@
|
|
|
|
|
, cvlcpt_rcpt_no
|
|
|
|
|
, cvlcpt_gist
|
|
|
|
|
, cvlcpt_prcs_sumry
|
|
|
|
|
, prcs_dept_code
|
|
|
|
|
, cvlcpt_prcs_deptnm
|
|
|
|
|
, charger_nm
|
|
|
|
|
, charger_email
|
|
|
|
|
, charger_tlphon_no
|
|
|
|
|
, cvlcpt_prcs_rslt_cn
|
|
|
|
|
, cvlcpt_prcs_cmptn_dt
|
|
|
|
|
, reg_dt
|
|
|
|
@ -396,11 +380,6 @@
|
|
|
|
|
, #{cvlcptRcptNo}
|
|
|
|
|
, #{cvlcptGist}
|
|
|
|
|
, #{cvlcptPrcsSumry}
|
|
|
|
|
, #{prcsDeptCode}
|
|
|
|
|
, #{cvlcptPrcsDeptnm}
|
|
|
|
|
, #{chargerNm}
|
|
|
|
|
, #{chargerEmail}
|
|
|
|
|
, #{chargerTlphonNo}
|
|
|
|
|
, #{cvlcptPrcsRsltCn}
|
|
|
|
|
, DATE_FORMAT(NOW(), '%Y%m%d%H%i%s')
|
|
|
|
|
, DATE_FORMAT(NOW(), '%Y%m%d%H%i%s')
|
|
|
|
@ -472,7 +451,8 @@
|
|
|
|
|
<result column="cvlcpt_aply_cn" property="cvlcptAplyCn"/>
|
|
|
|
|
<result column="cvlcpt_aply_dt" property="cvlcptAplyDt"/>
|
|
|
|
|
<result column="cvlcpt_rcpt_ymd" property="cvlcptRcptYmd"/>
|
|
|
|
|
<result column="cvlcpt_prcs_pd" property="cvlcptPrcsPd"/>
|
|
|
|
|
<result column="cvlcpt_prcs_prnmnt_dt" property="cvlcptPrcsPrnmntDt"/>
|
|
|
|
|
<result column="cvlcpt_prcs_prnmnt_ymd" property="cvlcptPrcsPrnmntYmd"/>
|
|
|
|
|
<result column="cvlcpt_regist_dt" property="cvlcptRegistDt"/>
|
|
|
|
|
<result column="ctzn_sttemnt_process_sttus" property="ctznSttemntProcessSttus"/>
|
|
|
|
|
<result column="rgtr" property="rgtr"/>
|
|
|
|
|