ID,
RGSTR_ID,
IS_CLEAR_PERS,
WIUN_WAO_LEG_PERS,
WIUN_WAO_LEG_PERS_TEL,
WIUN_WAO_LEG_PERS_DUTY,
TECH_PERS,
TECH_PERS_TEL,
TECH_PERS_DUTY,
PATROL_PERS,
PATROL_PERS_TEL,
PATROL_PERS_DUTY,
IS_SET_CARD,
PERS_RESU,
REC_PERS_ID,
REC_PERS2,
REC_PERS_TEL,
INTM,
UPTM,
STATUS
#{id},
#{rgstrId},
#{isClearPers},
#{wiunWaoLegPers},
#{wiunWaoLegPersTel},
#{wiunWaoLegPersDuty},
#{techPers},
#{techPersTel},
#{techPersDuty},
#{patrolPers},
#{patrolPersTel},
#{patrolPersDuty},
#{isSetCard},
#{persResu},
#{recPersId},
#{recPers2},
#{recPersTel},
#{intm},
#{uptm},
#{status}
and RGSTR_ID = #{rgstrId}
and IS_CLEAR_PERS = #{isClearPers}
and WIUN_WAO_LEG_PERS = #{wiunWaoLegPers}
and WIUN_WAO_LEG_PERS_TEL = #{wiunWaoLegPersTel}
and WIUN_WAO_LEG_PERS_DUTY = #{wiunWaoLegPersDuty}
and TECH_PERS = #{techPers}
and TECH_PERS_TEL = #{techPersTel}
and TECH_PERS_DUTY = #{techPersDuty}
and PATROL_PERS = #{patrolPers}
and PATROL_PERS_TEL = #{patrolPersTel}
and PATROL_PERS_DUTY = #{patrolPersDuty}
and IS_SET_CARD = #{isSetCard}
and PERS_RESU = #{persResu}
and REC_PERS_ID = #{recPersId}
and REC_PERS2 = #{recPers2}
and REC_PERS_TEL = #{recPersTel}
and INTM = #{intm}
and UPTM = #{uptm}
and STATUS = #{status}
insert into BIS_INSP_RSML_RGSTR_PRES( )
values ( )
delete from BIS_INSP_RSML_RGSTR_PRES where ID = #{id}
delete from BIS_INSP_RSML_RGSTR_PRES
update BIS_INSP_RSML_RGSTR_PRES set flag_valid = 0 where ID = #{id}
update BIS_INSP_RSML_RGSTR_PRES
RGSTR_ID = #{rgstrId},
IS_CLEAR_PERS = #{isClearPers},
WIUN_WAO_LEG_PERS = #{wiunWaoLegPers},
WIUN_WAO_LEG_PERS_TEL = #{wiunWaoLegPersTel},
WIUN_WAO_LEG_PERS_DUTY = #{wiunWaoLegPersDuty},
TECH_PERS = #{techPers},
TECH_PERS_TEL = #{techPersTel},
TECH_PERS_DUTY = #{techPersDuty},
PATROL_PERS = #{patrolPers},
PATROL_PERS_TEL = #{patrolPersTel},
PATROL_PERS_DUTY = #{patrolPersDuty},
IS_SET_CARD = #{isSetCard},
PERS_RESU = #{persResu},
REC_PERS_ID = #{recPersId},
REC_PERS2 = #{recPers2},
REC_PERS_TEL = #{recPersTel},
INTM = #{intm},
UPTM = #{uptm},
STATUS = #{status},
ID = #{id}
update BIS_INSP_RSML_RGSTR_PRES
RGSTR_ID = #{rgstrId},
IS_CLEAR_PERS = #{isClearPers},
WIUN_WAO_LEG_PERS = #{wiunWaoLegPers},
WIUN_WAO_LEG_PERS_TEL = #{wiunWaoLegPersTel},
WIUN_WAO_LEG_PERS_DUTY = #{wiunWaoLegPersDuty},
TECH_PERS = #{techPers},
TECH_PERS_TEL = #{techPersTel},
TECH_PERS_DUTY = #{techPersDuty},
PATROL_PERS = #{patrolPers},
PATROL_PERS_TEL = #{patrolPersTel},
PATROL_PERS_DUTY = #{patrolPersDuty},
IS_SET_CARD = #{isSetCard},
PERS_RESU = #{persResu},
REC_PERS_ID = #{recPersId},
REC_PERS2 = #{recPers2},
REC_PERS_TEL = #{recPersTel},
INTM = #{intm},
UPTM = #{uptm},
STATUS = #{status},