ID,
RGSTR_ID,
IF_EFFECTIVE,
IF_WATER_S,
WSFDWS,
DISK_RUN_INFO,
HAS_SET_MAIN_FL,
REC_PERS_ID,
REC_PERS2,
REC_PERS_TEL,
CREATE_TIME,
UPDATE_TIME,
STATUS
#{id},
#{rgstrId},
#{ifEffective},
#{ifWaterS},
#{wsfdws},
#{diskRunInfo},
#{hasSetMainFl},
#{recPersId},
#{recPers2},
#{recPersTel},
#{createTime},
#{updateTime},
#{status}
and RGSTR_ID = #{rgstrId}
and IF_EFFECTIVE = #{ifEffective}
and IF_WATER_S = #{ifWaterS}
and WSFDWS = #{wsfdws}
and DISK_RUN_INFO = #{diskRunInfo}
and HAS_SET_MAIN_FL = #{hasSetMainFl}
and REC_PERS_ID = #{recPersId}
and REC_PERS2 = #{recPers2}
and REC_PERS_TEL = #{recPersTel}
and CREATE_TIME = #{createTime}
and UPDATE_TIME = #{updateTime}
and STATUS = #{status}
insert into BIS_INSP_RSVR_BENEFITS_REPEAT( )
values ( )
delete from BIS_INSP_RSVR_BENEFITS_REPEAT where ID = #{id}
delete from BIS_INSP_RSVR_BENEFITS_REPEAT
update BIS_INSP_RSVR_BENEFITS_REPEAT set flag_valid = 0 where ID = #{id}
update BIS_INSP_RSVR_BENEFITS_REPEAT
RGSTR_ID = #{rgstrId},
IF_EFFECTIVE = #{ifEffective},
IF_WATER_S = #{ifWaterS},
WSFDWS = #{wsfdws},
DISK_RUN_INFO = #{diskRunInfo},
HAS_SET_MAIN_FL = #{hasSetMainFl},
REC_PERS_ID = #{recPersId},
REC_PERS2 = #{recPers2},
REC_PERS_TEL = #{recPersTel},
CREATE_TIME = #{createTime},
UPDATE_TIME = #{updateTime},
STATUS = #{status},
ID = #{id}
update BIS_INSP_RSVR_BENEFITS_REPEAT
RGSTR_ID = #{rgstrId},
IF_EFFECTIVE = #{ifEffective},
IF_WATER_S = #{ifWaterS},
WSFDWS = #{wsfdws},
DISK_RUN_INFO = #{diskRunInfo},
HAS_SET_MAIN_FL = #{hasSetMainFl},
REC_PERS_ID = #{recPersId},
REC_PERS2 = #{recPers2},
REC_PERS_TEL = #{recPersTel},
CREATE_TIME = #{createTime},
UPDATE_TIME = #{updateTime},
STATUS = #{status},