ID,
RGSTR_ID,
IS_DAM_LEAK,
IS_DAM_HOLE,
IS_DAM_OUT,
IS_DAM_RISE,
IS_DAM_DRAIN,
IS_DAM_VUG,
IS_DAM_STBL,
IS_DAM_DRN,
IS_FLD,
IS_FLD_ASK,
IS_FLD_RUN,
IS_FLD_OUT,
IS_FLD_RISK,
IS_FLD_BANK,
IS_FLD_SCR,
IS_FLD_LEAK,
IS_FLD_DRN,
IS_BLD_RUN,
IS_BLD_OUT,
IS_BLD_RISE,
IS_BLD_LEAK,
IS_BLD_HOLE,
IS_BLD_MOG,
IS_OTHR_RISK,
IS_OTHR_LEAK,
IS_OTHR_OTHR,
DATA_STAT,
PERS_ID,
INTM,
UPTM,
NOTE
#{id},
#{rgstrId},
#{isDamLeak},
#{isDamHole},
#{isDamOut},
#{isDamRise},
#{isDamDrain},
#{isDamVug},
#{isDamStbl},
#{isDamDrn},
#{isFld},
#{isFldAsk},
#{isFldRun},
#{isFldOut},
#{isFldRisk},
#{isFldBank},
#{isFldScr},
#{isFldLeak},
#{isFldDrn},
#{isBldRun},
#{isBldOut},
#{isBldRise},
#{isBldLeak},
#{isBldHole},
#{isBldMog},
#{isOthrRisk},
#{isOthrLeak},
#{isOthrOthr},
#{dataStat},
#{persId},
#{intm},
#{uptm},
#{note}
and RGSTR_ID = #{rgstrId}
and IS_DAM_LEAK = #{isDamLeak}
and IS_DAM_HOLE = #{isDamHole}
and IS_DAM_OUT = #{isDamOut}
and IS_DAM_RISE = #{isDamRise}
and IS_DAM_DRAIN = #{isDamDrain}
and IS_DAM_VUG = #{isDamVug}
and IS_DAM_STBL = #{isDamStbl}
and IS_DAM_DRN = #{isDamDrn}
and IS_FLD = #{isFld}
and IS_FLD_ASK = #{isFldAsk}
and IS_FLD_RUN = #{isFldRun}
and IS_FLD_OUT = #{isFldOut}
and IS_FLD_RISK = #{isFldRisk}
and IS_FLD_BANK = #{isFldBank}
and IS_FLD_SCR = #{isFldScr}
and IS_FLD_LEAK = #{isFldLeak}
and IS_FLD_DRN = #{isFldDrn}
and IS_BLD_RUN = #{isBldRun}
and IS_BLD_OUT = #{isBldOut}
and IS_BLD_RISE = #{isBldRise}
and IS_BLD_LEAK = #{isBldLeak}
and IS_BLD_HOLE = #{isBldHole}
and IS_BLD_MOG = #{isBldMog}
and IS_OTHR_RISK = #{isOthrRisk}
and IS_OTHR_LEAK = #{isOthrLeak}
and IS_OTHR_OTHR = #{isOthrOthr}
and DATA_STAT = #{dataStat}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and NOTE = #{note}
insert into BIS_INSP_RSVR_SD_BLDN( )
values ( )
update BIS_INSP_RSVR_SD_BLDN set DATA_STAT='9' where ID = #{id}
delete from BIS_INSP_RSVR_SD_BLDN
update BIS_INSP_RSVR_SD_BLDN set flag_valid = 0 where ID = #{id}
update BIS_INSP_RSVR_SD_BLDN
RGSTR_ID = #{rgstrId},
IS_DAM_LEAK = #{isDamLeak},
IS_DAM_HOLE = #{isDamHole},
IS_DAM_OUT = #{isDamOut},
IS_DAM_RISE = #{isDamRise},
IS_DAM_DRAIN = #{isDamDrain},
IS_DAM_VUG = #{isDamVug},
IS_DAM_STBL = #{isDamStbl},
IS_DAM_DRN = #{isDamDrn},
IS_FLD = #{isFld},
IS_FLD_ASK = #{isFldAsk},
IS_FLD_RUN = #{isFldRun},
IS_FLD_OUT = #{isFldOut},
IS_FLD_RISK = #{isFldRisk},
IS_FLD_BANK = #{isFldBank},
IS_FLD_SCR = #{isFldScr},
IS_FLD_LEAK = #{isFldLeak},
IS_FLD_DRN = #{isFldDrn},
IS_BLD_RUN = #{isBldRun},
IS_BLD_OUT = #{isBldOut},
IS_BLD_RISE = #{isBldRise},
IS_BLD_LEAK = #{isBldLeak},
IS_BLD_HOLE = #{isBldHole},
IS_BLD_MOG = #{isBldMog},
IS_OTHR_RISK = #{isOthrRisk},
IS_OTHR_LEAK = #{isOthrLeak},
IS_OTHR_OTHR = #{isOthrOthr},
DATA_STAT = #{dataStat},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
NOTE = #{note},
ID = #{id}
update BIS_INSP_RSVR_SD_BLDN
RGSTR_ID = #{rgstrId},
IS_DAM_LEAK = #{isDamLeak},
IS_DAM_HOLE = #{isDamHole},
IS_DAM_OUT = #{isDamOut},
IS_DAM_RISE = #{isDamRise},
IS_DAM_DRAIN = #{isDamDrain},
IS_DAM_VUG = #{isDamVug},
IS_DAM_STBL = #{isDamStbl},
IS_DAM_DRN = #{isDamDrn},
IS_FLD = #{isFld},
IS_FLD_ASK = #{isFldAsk},
IS_FLD_RUN = #{isFldRun},
IS_FLD_OUT = #{isFldOut},
IS_FLD_RISK = #{isFldRisk},
IS_FLD_BANK = #{isFldBank},
IS_FLD_SCR = #{isFldScr},
IS_FLD_LEAK = #{isFldLeak},
IS_FLD_DRN = #{isFldDrn},
IS_BLD_RUN = #{isBldRun},
IS_BLD_OUT = #{isBldOut},
IS_BLD_RISE = #{isBldRise},
IS_BLD_LEAK = #{isBldLeak},
IS_BLD_HOLE = #{isBldHole},
IS_BLD_MOG = #{isBldMog},
IS_OTHR_RISK = #{isOthrRisk},
IS_OTHR_LEAK = #{isOthrLeak},
IS_OTHR_OTHR = #{isOthrOthr},
DATA_STAT = #{dataStat},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
NOTE = #{note},