ID, RGSTR_ID, IS_BEO_RET, REP_FL_AREA, PERS_ID, INTM, UPTM, STATE, DATA_STAT #{id}, #{rgstrId}, #{isBeoRet}, #{repFlArea}, #{persId}, #{intm}, #{uptm}, #{state}, #{dataStat} and RGSTR_ID = #{rgstrId} and IS_BEO_RET = #{isBeoRet} and REP_FL_AREA = #{repFlArea} and PERS_ID = #{persId} and INTM = #{intm} and UPTM = #{uptm} and STATE = #{state} and DATA_STAT = #{dataStat} insert into BIS_INSP_RLRW_BDI( ) values ( ) update BIS_INSP_RLRW_BDI set DATA_STAT='9' where ID = #{id} delete from BIS_INSP_RLRW_BDI update BIS_INSP_RLRW_BDI set flag_valid = 0 where ID = #{id} update BIS_INSP_RLRW_BDI RGSTR_ID = #{rgstrId}, IS_BEO_RET = #{isBeoRet}, REP_FL_AREA = #{repFlArea}, PERS_ID = #{persId}, INTM = #{intm}, UPTM = #{uptm}, STATE = #{state}, DATA_STAT = #{dataStat}, ID = #{id} update BIS_INSP_RLRW_BDI RGSTR_ID = #{rgstrId}, IS_BEO_RET = #{isBeoRet}, REP_FL_AREA = #{repFlArea}, PERS_ID = #{persId}, INTM = #{intm}, UPTM = #{uptm}, STATE = #{state}, DATA_STAT = #{dataStat},