ID,
RGSTR_ID,
IS_GOV_PERS,
GOV_PERS,
GOV_PERS_TEL,
GOV_PERS_DUTY,
GOV_PERS_TRAIN,
GOV_PERS_RESU,
IS_DUTY_PERS,
DUTY_PERS,
DUTY_PERS_TEL,
DUTY_PERS_DUTY,
DUTY_PERS_TRAIN,
DUTY_PERS_RESU,
IS_MNG_PERS,
MNG_PERS,
MNG_PERS_TEL,
MNG_PERS_DUTY,
MNG_PERS_TRAIN,
MNG_PERS_RESU,
REC_PERS_ID,
REC_PERS_NM,
REC_PERS_TEL,
IN_TM,
UP_TM,
STATUS,
DATA_STAT
#{id},
#{rgstrId},
#{isGovPers},
#{govPers},
#{govPersTel},
#{govPersDuty},
#{govPersTrain},
#{govPersResu},
#{isDutyPers},
#{dutyPers},
#{dutyPersTel},
#{dutyPersDuty},
#{dutyPersTrain},
#{dutyPersResu},
#{isMngPers},
#{mngPers},
#{mngPersTel},
#{mngPersDuty},
#{mngPersTrain},
#{mngPersResu},
#{recPersId},
#{recPersNm},
#{recPersTel},
#{inTm},
#{upTm},
#{status},
#{dataStat}
and RGSTR_ID = #{rgstrId}
and IS_GOV_PERS = #{isGovPers}
and GOV_PERS = #{govPers}
and GOV_PERS_TEL = #{govPersTel}
and GOV_PERS_DUTY = #{govPersDuty}
and GOV_PERS_TRAIN = #{govPersTrain}
and GOV_PERS_RESU = #{govPersResu}
and IS_DUTY_PERS = #{isDutyPers}
and DUTY_PERS = #{dutyPers}
and DUTY_PERS_TEL = #{dutyPersTel}
and DUTY_PERS_DUTY = #{dutyPersDuty}
and DUTY_PERS_TRAIN = #{dutyPersTrain}
and DUTY_PERS_RESU = #{dutyPersResu}
and IS_MNG_PERS = #{isMngPers}
and MNG_PERS = #{mngPers}
and MNG_PERS_TEL = #{mngPersTel}
and MNG_PERS_DUTY = #{mngPersDuty}
and MNG_PERS_TRAIN = #{mngPersTrain}
and MNG_PERS_RESU = #{mngPersResu}
and REC_PERS_ID = #{recPersId}
and REC_PERS_NM = #{recPersNm}
and REC_PERS_TEL = #{recPersTel}
and IN_TM = #{inTm}
and UP_TM = #{upTm}
and STATUS = #{status}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into BIS_INSP_RSML_RGSTR_SAFE(
)
values (
)
update BIS_INSP_RSML_RGSTR_SAFE set DATA_STAT='9' where ID = #{id}
update BIS_INSP_RSML_RGSTR_SAFE set DATA_STAT='9'
update BIS_INSP_RSML_RGSTR_SAFE set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_RSML_RGSTR_SAFE
RGSTR_ID
= #{rgstrId},
IS_GOV_PERS
= #{isGovPers},
GOV_PERS
= #{govPers},
GOV_PERS_TEL
= #{govPersTel},
GOV_PERS_DUTY
= #{govPersDuty},
GOV_PERS_TRAIN
= #{govPersTrain},
GOV_PERS_RESU
= #{govPersResu},
IS_DUTY_PERS
= #{isDutyPers},
DUTY_PERS
= #{dutyPers},
DUTY_PERS_TEL
= #{dutyPersTel},
DUTY_PERS_DUTY
= #{dutyPersDuty},
DUTY_PERS_TRAIN
= #{dutyPersTrain},
DUTY_PERS_RESU
= #{dutyPersResu},
IS_MNG_PERS
= #{isMngPers},
MNG_PERS
= #{mngPers},
MNG_PERS_TEL
= #{mngPersTel},
MNG_PERS_DUTY
= #{mngPersDuty},
MNG_PERS_TRAIN
= #{mngPersTrain},
MNG_PERS_RESU
= #{mngPersResu},
REC_PERS_ID
= #{recPersId},
REC_PERS_NM
= #{recPersNm},
REC_PERS_TEL
= #{recPersTel},
IN_TM
= #{inTm},
UP_TM
= #{upTm},
STATUS
= #{status},
DATA_STAT
= #{dataStat},
ID = #{id}
update BIS_INSP_RSML_RGSTR_SAFE
RGSTR_ID
= #{rgstrId},
IS_GOV_PERS
= #{isGovPers},
GOV_PERS
= #{govPers},
GOV_PERS_TEL
= #{govPersTel},
GOV_PERS_DUTY
= #{govPersDuty},
GOV_PERS_TRAIN
= #{govPersTrain},
GOV_PERS_RESU
= #{govPersResu},
IS_DUTY_PERS
= #{isDutyPers},
DUTY_PERS
= #{dutyPers},
DUTY_PERS_TEL
= #{dutyPersTel},
DUTY_PERS_DUTY
= #{dutyPersDuty},
DUTY_PERS_TRAIN
= #{dutyPersTrain},
DUTY_PERS_RESU
= #{dutyPersResu},
IS_MNG_PERS
= #{isMngPers},
MNG_PERS
= #{mngPers},
MNG_PERS_TEL
= #{mngPersTel},
MNG_PERS_DUTY
= #{mngPersDuty},
MNG_PERS_TRAIN
= #{mngPersTrain},
MNG_PERS_RESU
= #{mngPersResu},
REC_PERS_ID
= #{recPersId},
REC_PERS_NM
= #{recPersNm},
REC_PERS_TEL
= #{recPersTel},
IN_TM
= #{inTm},
UP_TM
= #{upTm},
STATUS
= #{status},
DATA_STAT
= #{dataStat},