ID,
OBJ_ID,
RSVR_NM,
AD_CODE,
RES_CREATE_TIME,
ENG_SCAL,
HYST_SITE,
TOT_CAP,
DAM_REG_CODE,
GD_X,
GD_Y,
CENTER_X,
CENTER_Y,
STATE,
DUTY_STAT,
FCS_STAT,
RPR_STAT,
SYN_STAT,
BLDN_STAT,
FCLTY_STAT,
DATA_STAT,
PERS_ID,
INTM,
UPTM,
NOTE,
RS_CODE,
AD_FULL_NAME
#{id},
#{objId},
#{rsvrNm},
#{adCode},
#{resCreateTime},
#{engScal},
#{hystSite},
#{totCap},
#{damRegCode},
#{gdX},
#{gdY},
#{centerX},
#{centerY},
#{state},
#{dutyStat},
#{fcsStat},
#{rprStat},
#{synStat},
#{bldnStat},
#{fcltyStat},
#{dataStat},
#{persId},
#{intm},
#{uptm},
#{note},
#{rsCode},
#{adFullName}
and OBJ_ID = #{objId}
and RSVR_NM = #{rsvrNm}
and AD_CODE = #{adCode}
and RES_CREATE_TIME = #{resCreateTime}
and ENG_SCAL = #{engScal}
and HYST_SITE = #{hystSite}
and TOT_CAP = #{totCap}
and DAM_REG_CODE = #{damRegCode}
and GD_X = #{gdX}
and GD_Y = #{gdY}
and CENTER_X = #{centerX}
and CENTER_Y = #{centerY}
and STATE = #{state}
and DUTY_STAT = #{dutyStat}
and FCS_STAT = #{fcsStat}
and RPR_STAT = #{rprStat}
and SYN_STAT = #{synStat}
and BLDN_STAT = #{bldnStat}
and FCLTY_STAT = #{fcltyStat}
and DATA_STAT = #{dataStat}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and NOTE = #{note}
insert into BIS_INSP_RSVR_SD( )
values ( )
update BIS_INSP_RSVR_SD set DATA_STAT='9' where ID = #{id}
delete from BIS_INSP_RSVR_SD
update BIS_INSP_RSVR_SD set flag_valid = 0 where ID = #{id}
update BIS_INSP_RSVR_SD
OBJ_ID = #{objId},
RSVR_NM = #{rsvrNm},
AD_CODE = #{adCode},
RES_CREATE_TIME = #{resCreateTime},
ENG_SCAL = #{engScal},
HYST_SITE = #{hystSite},
TOT_CAP = #{totCap},
DAM_REG_CODE = #{damRegCode},
GD_X = #{gdX},
GD_Y = #{gdY},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
STATE = #{state},
DUTY_STAT = #{dutyStat},
FCS_STAT = #{fcsStat},
RPR_STAT = #{rprStat},
SYN_STAT = #{synStat},
BLDN_STAT = #{bldnStat},
FCLTY_STAT = #{fcltyStat},
DATA_STAT = #{dataStat},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
NOTE = #{note},
AD_FULL_NAME = #{adFullName},
ID = #{id}
update BIS_INSP_RSVR_SD
OBJ_ID = #{objId},
RSVR_NM = #{rsvrNm},
AD_CODE = #{adCode},
RES_CREATE_TIME = #{resCreateTime},
ENG_SCAL = #{engScal},
HYST_SITE = #{hystSite},
TOT_CAP = #{totCap},
DAM_REG_CODE = #{damRegCode},
GD_X = #{gdX},
GD_Y = #{gdY},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
STATE = #{state},
DUTY_STAT = #{dutyStat},
FCS_STAT = #{fcsStat},
RPR_STAT = #{rprStat},
SYN_STAT = #{synStat},
BLDN_STAT = #{bldnStat},
FCLTY_STAT = #{fcltyStat},
DATA_STAT = #{dataStat},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
NOTE = #{note},
AD_FULL_NAME = #{adFullName},