ID,
RGSTR_ID,
IS_GAET_RISK,
IS_GATE_CRV,
IS_GATE_LEAK,
IS_GATE_BRK,
IS_GATE_POW,
IS_GATE_INSU,
IS_SET_SAF,
IS_SAF_RUN,
IS_PUB,
IS_PUB_REL,
IS_PUB_CLR,
IS_PUB_MISS,
IS_REP_RISK,
DATA_STAT,
PERS_ID,
INTM,
UPTM,
NOTE
#{id},
#{rgstrId},
#{isGaetRisk},
#{isGateCrv},
#{isGateLeak},
#{isGateBrk},
#{isGatePow},
#{isGateInsu},
#{isSetSaf},
#{isSafRun},
#{isPub},
#{isPubRel},
#{isPubClr},
#{isPubMiss},
#{isRepRisk},
#{dataStat},
#{persId},
#{intm},
#{uptm},
#{note}
and RGSTR_ID = #{rgstrId}
and IS_GAET_RISK = #{isGaetRisk}
and IS_GATE_CRV = #{isGateCrv}
and IS_GATE_LEAK = #{isGateLeak}
and IS_GATE_BRK = #{isGateBrk}
and IS_GATE_POW = #{isGatePow}
and IS_GATE_INSU = #{isGateInsu}
and IS_SET_SAF = #{isSetSaf}
and IS_SAF_RUN = #{isSafRun}
and IS_PUB = #{isPub}
and IS_PUB_REL = #{isPubRel}
and IS_PUB_CLR = #{isPubClr}
and IS_PUB_MISS = #{isPubMiss}
and IS_REP_RISK = #{isRepRisk}
and DATA_STAT = #{dataStat}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and NOTE = #{note}
insert into BIS_INSP_RSVR_SD_FCLTY( )
values ( )
update BIS_INSP_RSVR_SD_FCLTY set DATA_STAT='9' where ID = #{id}
delete from BIS_INSP_RSVR_SD_FCLTY
update BIS_INSP_RSVR_SD_FCLTY set flag_valid = 0 where ID = #{id}
update BIS_INSP_RSVR_SD_FCLTY
RGSTR_ID = #{rgstrId},
IS_GAET_RISK = #{isGaetRisk},
IS_GATE_CRV = #{isGateCrv},
IS_GATE_LEAK = #{isGateLeak},
IS_GATE_BRK = #{isGateBrk},
IS_GATE_POW = #{isGatePow},
IS_GATE_INSU = #{isGateInsu},
IS_SET_SAF = #{isSetSaf},
IS_SAF_RUN = #{isSafRun},
IS_PUB = #{isPub},
IS_PUB_REL = #{isPubRel},
IS_PUB_CLR = #{isPubClr},
IS_PUB_MISS = #{isPubMiss},
IS_REP_RISK = #{isRepRisk},
DATA_STAT = #{dataStat},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
NOTE = #{note},
ID = #{id}
update BIS_INSP_RSVR_SD_FCLTY
RGSTR_ID = #{rgstrId},
IS_GAET_RISK = #{isGaetRisk},
IS_GATE_CRV = #{isGateCrv},
IS_GATE_LEAK = #{isGateLeak},
IS_GATE_BRK = #{isGateBrk},
IS_GATE_POW = #{isGatePow},
IS_GATE_INSU = #{isGateInsu},
IS_SET_SAF = #{isSetSaf},
IS_SAF_RUN = #{isSafRun},
IS_PUB = #{isPub},
IS_PUB_REL = #{isPubRel},
IS_PUB_CLR = #{isPubClr},
IS_PUB_MISS = #{isPubMiss},
IS_REP_RISK = #{isRepRisk},
DATA_STAT = #{dataStat},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
NOTE = #{note},