|
|
|
@ -44,7 +44,7 @@
|
|
|
|
|
, trr.last_opetr -- 최종 처리자
|
|
|
|
|
, trr.regist_se_code -- 등록구분
|
|
|
|
|
, CONCAT(trr.reglt_de, trr.reglt_begin_time) AS regltDeTime
|
|
|
|
|
, trr.regist_dt
|
|
|
|
|
, trr.reg_dt
|
|
|
|
|
, teerc.extrl_reglt_cntc_id -- CCTV data ID : 접수번호로 보여줄 것
|
|
|
|
|
, tecsd.interface_seq_n
|
|
|
|
|
, tecsd.ctzn_sttemnt_detail_sn
|
|
|
|
@ -117,8 +117,8 @@
|
|
|
|
|
<if test='sch_date_opt eq "regltDe"'>
|
|
|
|
|
AND trr.reglt_de BETWEEN REPLACE(#{sch_date_from},'-','') AND REPLACE(#{sch_date_to},'-','')
|
|
|
|
|
</if>
|
|
|
|
|
<if test='sch_date_opt eq "registDt"'>
|
|
|
|
|
AND SUBSTR(trr.regist_dt,1,8) BETWEEN REPLACE(#{sch_date_from},'-','') AND REPLACE(#{sch_date_to},'-','')
|
|
|
|
|
<if test='sch_date_opt eq "regDt"'>
|
|
|
|
|
AND SUBSTR(trr.reg_dt,1,8) BETWEEN REPLACE(#{sch_date_from},'-','') AND REPLACE(#{sch_date_to},'-','')
|
|
|
|
|
</if>
|
|
|
|
|
<if test='vhcleNo != null and vhcleNo != ""'>
|
|
|
|
|
AND INSTR(trr.vhcle_no, #{vhcleNo}) > 0
|
|
|
|
@ -288,7 +288,7 @@
|
|
|
|
|
, charger_tlphon_no
|
|
|
|
|
, cvpl_process_result
|
|
|
|
|
, cvpl_process_compt_dt
|
|
|
|
|
, regist_dt
|
|
|
|
|
, reg_dt
|
|
|
|
|
, rgtr
|
|
|
|
|
) SELECT teei.interface_seq_n
|
|
|
|
|
, #{insttCode}
|
|
|
|
@ -328,7 +328,7 @@
|
|
|
|
|
, content
|
|
|
|
|
, gubun
|
|
|
|
|
, vhcle_no
|
|
|
|
|
, regist_dt
|
|
|
|
|
, reg_dt
|
|
|
|
|
, rgtr
|
|
|
|
|
) VALUES (
|
|
|
|
|
#{cmpltId}
|
|
|
|
@ -371,7 +371,7 @@
|
|
|
|
|
/* cmm-fims-crackdown-mysql-mapper|selectProcessSttusChangeHist-단속자료 변경 이력 조회|julim */
|
|
|
|
|
SELECT hist_sn
|
|
|
|
|
, reglt_process_sttus_code
|
|
|
|
|
, regist_dt
|
|
|
|
|
, reg_dt
|
|
|
|
|
, spcmnt_matter
|
|
|
|
|
FROM tb_rt_process_sttus_change_hist
|
|
|
|
|
WHERE reglt_id = #{regltId}
|
|
|
|
@ -379,7 +379,7 @@
|
|
|
|
|
|
|
|
|
|
<select id="selectPayerAdresHist" resultType="kr.xit.fims.biz.rt.RtDTO$PayerHist">
|
|
|
|
|
/* cmm-fims-crackdown-mysql-mapper|selectPayerAdresHist-소유자 주소 변경 이력 조회|julim */
|
|
|
|
|
SELECT regist_dt
|
|
|
|
|
SELECT reg_dt
|
|
|
|
|
, all_adres
|
|
|
|
|
FROM tb_rt_payer_hist
|
|
|
|
|
WHERE payer_id = #{payerId}
|
|
|
|
@ -395,7 +395,7 @@
|
|
|
|
|
, tens.sndng_process_sttus
|
|
|
|
|
, tens.sndng_dt
|
|
|
|
|
, tens.clos_dt
|
|
|
|
|
, tens.regist_dt
|
|
|
|
|
, tens.reg_dt
|
|
|
|
|
, tens.rgtr
|
|
|
|
|
, tens.mdfcn_dt
|
|
|
|
|
, tens.mdfr
|
|
|
|
@ -427,7 +427,7 @@
|
|
|
|
|
, tecsc.content
|
|
|
|
|
, tecsc.gubun
|
|
|
|
|
, tecsc.vhcle_no
|
|
|
|
|
, tecsc.regist_dt
|
|
|
|
|
, tecsc.reg_dt
|
|
|
|
|
, tecsc.rgtr
|
|
|
|
|
, tecsc.mdfcn_dt
|
|
|
|
|
, tecsc.mdfr
|
|
|
|
@ -443,7 +443,7 @@
|
|
|
|
|
<if test='gubun eq "1"'>
|
|
|
|
|
AND tecsc.vhcle_no = #{vhcleNo}
|
|
|
|
|
</if>
|
|
|
|
|
ORDER BY tecsc.regist_dt DESC
|
|
|
|
|
ORDER BY tecsc.reg_dt DESC
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="selectCrackdownVhcleNoCnt" resultType="int">
|
|
|
|
|