ID,
RGSTR_ID,
PERS_ID,
INTM,
UPTM,
DATA_STAT,
GET_WTRCR_TM,
IS_APPD_DEPT,
IS_REVIEW,
LAST_RVW_TM,
IS_COM_PER,
IS_NOTICE,
IS_ADVT,
IS_TEST,
IS_OBS_EQPT,
IS_DRIP,
IS_RECY,
UNCNV_WATER_USE,
IS_BUILD_SYS
#{id},
#{rgstrId},
#{persId},
#{intm},
#{uptm},
#{dataStat},
#{getWtrcrTm},
#{isAppdDept},
#{isReview},
#{lastRvwTm},
#{isComPer},
#{isNotice},
#{isAdvt},
#{isTest},
#{isObsEqpt},
#{isDrip},
#{isRecy},
#{uncnvWaterUse},
#{isBuildSys}
and IS_BUILD_SYS = #{isBuildSys}
and RGSTR_ID = #{rgstrId}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and GET_WTRCR_TM = #{getWtrcrTm}
and IS_APPD_DEPT = #{isAppdDept}
and IS_REVIEW = #{isReview}
and LAST_RVW_TM = #{lastRvwTm}
and IS_COM_PER = #{isComPer}
and IS_NOTICE = #{isNotice}
and IS_ADVT = #{isAdvt}
and IS_TEST = #{isTest}
and IS_OBS_EQPT = #{isObsEqpt}
and IS_DRIP = #{isDrip}
and IS_RECY = #{isRecy}
and UNCNV_WATER_USE = #{uncnvWaterUse}
and DATA_STAT='0'
insert into BIS_INSP_WIUJS_WTRCR(
)
values (
)
update BIS_INSP_WIUJS_WTRCR set DATA_STAT='9' where ID = #{id}
update BIS_INSP_WIUJS_WTRCR set DATA_STAT='9'
update BIS_INSP_WIUJS_WTRCR set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_WIUJS_WTRCR
IS_BUILD_SYS = #{isBuildSys},
RGSTR_ID = #{rgstrId},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
GET_WTRCR_TM = #{getWtrcrTm},
IS_APPD_DEPT = #{isAppdDept},
IS_REVIEW = #{isReview},
LAST_RVW_TM = #{lastRvwTm},
IS_COM_PER = #{isComPer},
IS_NOTICE = #{isNotice},
IS_ADVT = #{isAdvt},
IS_TEST = #{isTest},
IS_OBS_EQPT = #{isObsEqpt},
IS_DRIP = #{isDrip},
IS_RECY = #{isRecy},
UNCNV_WATER_USE = #{uncnvWaterUse},
ID = #{id}
update BIS_INSP_WIUJS_WTRCR
IS_BUILD_SYS = #{isBuildSys},
RGSTR_ID = #{rgstrId},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
GET_WTRCR_TM = #{getWtrcrTm},
IS_APPD_DEPT = #{isAppdDept},
IS_REVIEW = #{isReview},
LAST_RVW_TM = #{lastRvwTm},
IS_COM_PER = #{isComPer},
IS_NOTICE = #{isNotice},
IS_ADVT = #{isAdvt},
IS_TEST = #{isTest},
IS_OBS_EQPT = #{isObsEqpt},
IS_DRIP = #{isDrip},
IS_RECY = #{isRecy},
UNCNV_WATER_USE = #{uncnvWaterUse},