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