STATUS,
ID,
RGSTR_ID,
RS_CODE,
RSVR_NM,
ENG_SCAL,
IS_SET_MAIN,
IS_MAIN_ALL,
IS_CLEAR,
IS_WEED,
IS_EXCEED,
IS_GULLY,
IS_WATER_WEED,
IS_FISH,
IS_SUNDRIES,
IS_WAGA_SUNDRIES,
IS_HOIST,
PERS_ID,
NOTE,
INTM,
UPTM,
DATA_STAT
#{status},
#{id},
#{rgstrId},
#{rsCode},
#{rsvrNm},
#{engScal},
#{isSetMain},
#{isMainAll},
#{isClear},
#{isWeed},
#{isExceed},
#{isGully},
#{isWaterWeed},
#{isFish},
#{isSundries},
#{isWagaSundries},
#{isHoist},
#{persId},
#{note},
#{intm},
#{uptm},
#{dataStat}
and ID = #{id}
and RGSTR_ID = #{rgstrId}
and RS_CODE = #{rsCode}
and RSVR_NM = #{rsvrNm}
and ENG_SCAL = #{engScal}
and IS_SET_MAIN = #{isSetMain}
and IS_MAIN_ALL = #{isMainAll}
and IS_CLEAR = #{isClear}
and IS_WEED = #{isWeed}
and IS_EXCEED = #{isExceed}
and IS_GULLY = #{isGully}
and IS_WATER_WEED = #{isWaterWeed}
and IS_FISH = #{isFish}
and IS_SUNDRIES = #{isSundries}
and IS_WAGA_SUNDRIES = #{isWagaSundries}
and IS_HOIST = #{isHoist}
and PERS_ID = #{persId}
and NOTE = #{note}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and STATUS = #{status}
and DATA_STAT='0'
insert into BIS_INSP_STND_DTYMIN( )
values ( )
update BIS_INSP_STND_DTYMIN set DATA_STAT='9' where ID = #{id}
update BIS_INSP_STND_DTYMIN set DATA_STAT='9'
update BIS_INSP_STND_DTYMIN set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_STND_DTYMIN
ID = #{id},
RGSTR_ID = #{rgstrId},
RS_CODE = #{rsCode},
RSVR_NM = #{rsvrNm},
ENG_SCAL = #{engScal},
IS_SET_MAIN = #{isSetMain},
IS_MAIN_ALL = #{isMainAll},
IS_CLEAR = #{isClear},
IS_WEED = #{isWeed},
IS_EXCEED = #{isExceed},
IS_GULLY = #{isGully},
IS_WATER_WEED = #{isWaterWeed},
IS_FISH = #{isFish},
IS_SUNDRIES = #{isSundries},
IS_WAGA_SUNDRIES = #{isWagaSundries},
IS_HOIST = #{isHoist},
PERS_ID = #{persId},
NOTE = #{note},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATUS = #{status},
ID = #{id}
update BIS_INSP_STND_DTYMIN
ID = #{id},
RGSTR_ID = #{rgstrId},
RS_CODE = #{rsCode},
RSVR_NM = #{rsvrNm},
ENG_SCAL = #{engScal},
IS_SET_MAIN = #{isSetMain},
IS_MAIN_ALL = #{isMainAll},
IS_CLEAR = #{isClear},
IS_WEED = #{isWeed},
IS_EXCEED = #{isExceed},
IS_GULLY = #{isGully},
IS_WATER_WEED = #{isWaterWeed},
IS_FISH = #{isFish},
IS_SUNDRIES = #{isSundries},
IS_WAGA_SUNDRIES = #{isWagaSundries},
IS_HOIST = #{isHoist},
PERS_ID = #{persId},
NOTE = #{note},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATUS = #{status},