STATE,
ID,
RGSTR_ID,
IS_WIU_TM,
IS_WIU_PERS,
IS_WIU_LOC,
IS_WIU_SND,
IS_WIU_SET,
IS_WIU_COMF,
IS_WIU_NRM,
IS_WIU_BLD,
IS_WIU_SETLOG,
INTM,
UPTM,
DATA_STAT
#{state},
#{id},
#{rgstrId},
#{isWiuTm},
#{isWiuPers},
#{isWiuLoc},
#{isWiuSnd},
#{isWiuSet},
#{isWiuComf},
#{isWiuNrm},
#{isWiuBld},
#{isWiuSetlog},
#{intm},
#{uptm},
#{dataStat}
and STATE = #{state}
and RGSTR_ID = #{rgstrId}
and IS_WIU_TM = #{isWiuTm}
and IS_WIU_PERS = #{isWiuPers}
and IS_WIU_LOC = #{isWiuLoc}
and IS_WIU_SND = #{isWiuSnd}
and IS_WIU_SET = #{isWiuSet}
and IS_WIU_COMF = #{isWiuComf}
and IS_WIU_NRM = #{isWiuNrm}
and IS_WIU_BLD = #{isWiuBld}
and IS_WIU_SETLOG = #{isWiuSetlog}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into BIS_INSP_WIUQH_HYIST(
)
values (
)
update BIS_INSP_WIUQH_HYIST set DATA_STAT='9' where ID = #{id}
update BIS_INSP_WIUQH_HYIST set DATA_STAT='9'
update BIS_INSP_WIUQH_HYIST set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_WIUQH_HYIST
STATE
= #{state},
RGSTR_ID
= #{rgstrId},
IS_WIU_TM
= #{isWiuTm},
IS_WIU_PERS
= #{isWiuPers},
IS_WIU_LOC
= #{isWiuLoc},
IS_WIU_SND
= #{isWiuSnd},
IS_WIU_SET
= #{isWiuSet},
IS_WIU_COMF
= #{isWiuComf},
IS_WIU_NRM
= #{isWiuNrm},
IS_WIU_BLD
= #{isWiuBld},
IS_WIU_SETLOG
= #{isWiuSetlog},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},
ID = #{id}
update BIS_INSP_WIUQH_HYIST
STATE
= #{state},
RGSTR_ID
= #{rgstrId},
IS_WIU_TM
= #{isWiuTm},
IS_WIU_PERS
= #{isWiuPers},
IS_WIU_LOC
= #{isWiuLoc},
IS_WIU_SND
= #{isWiuSnd},
IS_WIU_SET
= #{isWiuSet},
IS_WIU_COMF
= #{isWiuComf},
IS_WIU_NRM
= #{isWiuNrm},
IS_WIU_BLD
= #{isWiuBld},
IS_WIU_SETLOG
= #{isWiuSetlog},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},