ID,
RGSTR_ID,
ADM_ORG,
POOR_COUNTRY,
MNGT_UNIT,
CPTT_UNIT,
ORG_UNIT,
FLD_WK,
FLD_WK_TM,
CALLS,
CALLS_TM,
IMG_VFCT,
IMG_VFCT_TM,
VDO_CNNT,
VDO_CNNT_TM,
GT_FL_LOW_LIM_LEV,
IS_VLTS,
STATUS,
REC_PERS_ID,
REC_PERS,
REC_PERS_TEL,
INTM,
UPTM
#{id},
#{rgstrId},
#{admOrg},
#{poorCountry},
#{mngtUnit},
#{cpttUnit},
#{orgUnit},
#{fldWk},
#{fldWkTm},
#{calls},
#{callsTm},
#{imgVfct},
#{imgVfctTm},
#{vdoCnnt},
#{vdoCnntTm},
#{gtFlLowLimLev},
#{isVlts},
#{status},
#{recPersId},
#{recPers},
#{recPersTel},
#{intm},
#{uptm}
and RGSTR_ID = #{rgstrId}
and ADM_ORG = #{admOrg}
and POOR_COUNTRY = #{poorCountry}
and MNGT_UNIT = #{mngtUnit}
and CPTT_UNIT = #{cpttUnit}
and ORG_UNIT = #{orgUnit}
and FLD_WK = #{fldWk}
and FLD_WK_TM = #{fldWkTm}
and CALLS = #{calls}
and CALLS_TM = #{callsTm}
and IMG_VFCT = #{imgVfct}
and IMG_VFCT_TM = #{imgVfctTm}
and VDO_CNNT = #{vdoCnnt}
and VDO_CNNT_TM = #{vdoCnntTm}
and GT_FL_LOW_LIM_LEV = #{gtFlLowLimLev}
and IS_VLTS = #{isVlts}
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_BASE( )
values ( )
delete from BIS_INSP_RSFCO_RGSTR_BASE where ID = #{id}
delete from BIS_INSP_RSFCO_RGSTR_BASE
update BIS_INSP_RSFCO_RGSTR_BASE set flag_valid = 0 where ID = #{id}
update BIS_INSP_RSFCO_RGSTR_BASE
RGSTR_ID = #{rgstrId},
ADM_ORG = #{admOrg},
POOR_COUNTRY = #{poorCountry},
MNGT_UNIT = #{mngtUnit},
CPTT_UNIT = #{cpttUnit},
ORG_UNIT = #{orgUnit},
FLD_WK = #{fldWk},
FLD_WK_TM = #{fldWkTm},
CALLS = #{calls},
CALLS_TM = #{callsTm},
IMG_VFCT = #{imgVfct},
IMG_VFCT_TM = #{imgVfctTm},
VDO_CNNT = #{vdoCnnt},
VDO_CNNT_TM = #{vdoCnntTm},
GT_FL_LOW_LIM_LEV = #{gtFlLowLimLev},
IS_VLTS = #{isVlts},
STATUS = #{status},
REC_PERS_ID = #{recPersId},
REC_PERS = #{recPers},
REC_PERS_TEL = #{recPersTel},
INTM = #{intm},
UPTM = #{uptm},
ID = #{id}
update BIS_INSP_RSFCO_RGSTR_BASE
RGSTR_ID = #{rgstrId},
ADM_ORG = #{admOrg},
POOR_COUNTRY = #{poorCountry},
MNGT_UNIT = #{mngtUnit},
CPTT_UNIT = #{cpttUnit},
ORG_UNIT = #{orgUnit},
FLD_WK = #{fldWk},
FLD_WK_TM = #{fldWkTm},
CALLS = #{calls},
CALLS_TM = #{callsTm},
IMG_VFCT = #{imgVfct},
IMG_VFCT_TM = #{imgVfctTm},
VDO_CNNT = #{vdoCnnt},
VDO_CNNT_TM = #{vdoCnntTm},
GT_FL_LOW_LIM_LEV = #{gtFlLowLimLev},
IS_VLTS = #{isVlts},
STATUS = #{status},
REC_PERS_ID = #{recPersId},
REC_PERS = #{recPers},
REC_PERS_TEL = #{recPersTel},
INTM = #{intm},
UPTM = #{uptm},