STATE,
ID,
RGSTR_ID,
IS_WIU_TM,
IS_WIU_PERS,
IS_WIU_LOC,
IS_WIU_OVR,
IS_WIU_BLD,
IS_WIU_SND,
INTM,
UPTM,
DATA_STAT
#{state},
#{id},
#{rgstrId},
#{isWiuTm},
#{isWiuPers},
#{isWiuLoc},
#{isWiuOvr},
#{isWiuBld},
#{isWiuSnd},
#{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_OVR = #{isWiuOvr}
and IS_WIU_BLD = #{isWiuBld}
and IS_WIU_SND = #{isWiuSnd}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into BIS_INSP_WIUQH_FARM(
)
values (
)
update BIS_INSP_WIUQH_FARM set DATA_STAT='9' where ID = #{id}
update BIS_INSP_WIUQH_FARM set DATA_STAT='9'
update BIS_INSP_WIUQH_FARM set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_WIUQH_FARM
STATE
= #{state},
RGSTR_ID
= #{rgstrId},
IS_WIU_TM
= #{isWiuTm},
IS_WIU_PERS
= #{isWiuPers},
IS_WIU_LOC
= #{isWiuLoc},
IS_WIU_OVR
= #{isWiuOvr},
IS_WIU_BLD
= #{isWiuBld},
IS_WIU_SND
= #{isWiuSnd},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},
ID = #{id}
update BIS_INSP_WIUQH_FARM
STATE
= #{state},
RGSTR_ID
= #{rgstrId},
IS_WIU_TM
= #{isWiuTm},
IS_WIU_PERS
= #{isWiuPers},
IS_WIU_LOC
= #{isWiuLoc},
IS_WIU_OVR
= #{isWiuOvr},
IS_WIU_BLD
= #{isWiuBld},
IS_WIU_SND
= #{isWiuSnd},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},