ID,
RGSTR_ID,
RV_MNG_UNIT,
RV_CHG_UNIT,
PLC_CHG_UNIT,
INSP_UNIT,
STATUS,
REC_PERS_ID,
REC_PERS,
REC_PERS_TEL,
INTM,
UPTM
#{id},
#{rgstrId},
#{rvMngUnit},
#{rvChgUnit},
#{plcChgUnit},
#{inspUnit},
#{status},
#{recPersId},
#{recPers},
#{recPersTel},
#{intm},
#{uptm}
and RGSTR_ID = #{rgstrId}
and RV_MNG_UNIT = #{rvMngUnit}
and RV_CHG_UNIT = #{rvChgUnit}
and PLC_CHG_UNIT = #{plcChgUnit}
and INSP_UNIT = #{inspUnit}
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_TFLWLII( )
values ( )
delete from BIS_INSP_RSFCO_RGSTR_TFLWLII where ID = #{id}
delete from BIS_INSP_RSFCO_RGSTR_TFLWLII
update BIS_INSP_RSFCO_RGSTR_TFLWLII set flag_valid = 0 where ID = #{id}
update BIS_INSP_RSFCO_RGSTR_TFLWLII
RGSTR_ID = #{rgstrId},
RV_MNG_UNIT = #{rvMngUnit},
RV_CHG_UNIT = #{rvChgUnit},
PLC_CHG_UNIT = #{plcChgUnit},
INSP_UNIT = #{inspUnit},
STATUS = #{status},
REC_PERS_ID = #{recPersId},
REC_PERS = #{recPers},
REC_PERS_TEL = #{recPersTel},
INTM = #{intm},
UPTM = #{uptm},
ID = #{id}
update BIS_INSP_RSFCO_RGSTR_TFLWLII
RGSTR_ID = #{rgstrId},
RV_MNG_UNIT = #{rvMngUnit},
RV_CHG_UNIT = #{rvChgUnit},
PLC_CHG_UNIT = #{plcChgUnit},
INSP_UNIT = #{inspUnit},
STATUS = #{status},
REC_PERS_ID = #{recPersId},
REC_PERS = #{recPers},
REC_PERS_TEL = #{recPersTel},
INTM = #{intm},
UPTM = #{uptm},