ID,
RGSTR_ID,
PBLM_CAS_NLS,
RCTF_OPTN,
NOTE,
STATUS,
REC_PERS_ID,
REC_PERS,
REC_PERS_TEL,
INTM,
UPTM
#{id},
#{rgstrId},
#{pblmCasNls},
#{rctfOptn},
#{note},
#{status},
#{recPersId},
#{recPers},
#{recPersTel},
#{intm},
#{uptm}
and RGSTR_ID = #{rgstrId}
and PBLM_CAS_NLS = #{pblmCasNls}
and RCTF_OPTN = #{rctfOptn}
and NOTE = #{note}
and STATUS = #{status}
and REC_PERS_ID = #{recPersId}
and REC_PERS = #{recPers}
and REC_PERS_TEL = #{recPersTel}
and INTM = #{intm}
and UPTM = #{uptm}
insert into BIS_INSP_RSFCO_RGSTR_AOEPARO( )
values ( )
delete from BIS_INSP_RSFCO_RGSTR_AOEPARO where ID = #{id}
delete from BIS_INSP_RSFCO_RGSTR_AOEPARO
update BIS_INSP_RSFCO_RGSTR_AOEPARO set flag_valid = 0 where ID = #{id}
update BIS_INSP_RSFCO_RGSTR_AOEPARO
RGSTR_ID = #{rgstrId},
PBLM_CAS_NLS = #{pblmCasNls},
RCTF_OPTN = #{rctfOptn},
NOTE = #{note},
STATUS = #{status},
REC_PERS_ID = #{recPersId},
REC_PERS = #{recPers},
REC_PERS_TEL = #{recPersTel},
INTM = #{intm},
UPTM = #{uptm},
ID = #{id}
update BIS_INSP_RSFCO_RGSTR_AOEPARO
RGSTR_ID = #{rgstrId},
PBLM_CAS_NLS = #{pblmCasNls},
RCTF_OPTN = #{rctfOptn},
NOTE = #{note},
STATUS = #{status},
REC_PERS_ID = #{recPersId},
REC_PERS = #{recPers},
REC_PERS_TEL = #{recPersTel},
INTM = #{intm},
UPTM = #{uptm},