IS_SET_PHONE,
IS_SATI,
PERS_ID,
INTM,
UPTM,
NOTE,
DATA_STAT,
ID,
WTSP_ID,
RGSTR_ID,
IS_CLLC_IDEA,
IS_SURE_PRICE,
IS_BALAN,
IS_SET_SAFT,
IS_FIX_LOG,
IS_FIND_MEND,
IS_SET_FOAM,
STATE
#{isSetPhone},
#{isSati},
#{persId},
#{intm},
#{uptm},
#{note},
#{dataStat},
#{id},
#{wtspId},
#{rgstrId},
#{isCllcIdea},
#{isSurePrice},
#{isBalan},
#{isSetSaft},
#{isFixLog},
#{isFindMend},
#{isSetFoam},
#{state}
and IS_SET_PHONE = #{isSetPhone}
and IS_SATI = #{isSati}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and NOTE = #{note}
and DATA_STAT = #{dataStat}
and WTSP_ID = #{wtspId}
and RGSTR_ID = #{rgstrId}
and IS_CLLC_IDEA = #{isCllcIdea}
and IS_SURE_PRICE = #{isSurePrice}
and IS_BALAN = #{isBalan}
and IS_SET_SAFT = #{isSetSaft}
and IS_FIX_LOG = #{isFixLog}
and IS_FIND_MEND = #{isFindMend}
and IS_SET_FOAM = #{isSetFoam}
and STATE = #{state}
and DATA_STAT='0'
insert into BIS_INSP_VILLGD_WTSP_RUN(
)
values (
)
update BIS_INSP_VILLGD_WTSP_RUN set DATA_STAT='9' where ID = #{id}
update BIS_INSP_VILLGD_WTSP_RUN set DATA_STAT='9'
update BIS_INSP_VILLGD_WTSP_RUN set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_VILLGD_WTSP_RUN
IS_SET_PHONE
= #{isSetPhone},
IS_SATI
= #{isSati},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
NOTE
= #{note},
DATA_STAT
= #{dataStat},
WTSP_ID
= #{wtspId},
RGSTR_ID
= #{rgstrId},
IS_CLLC_IDEA
= #{isCllcIdea},
IS_SURE_PRICE
= #{isSurePrice},
IS_BALAN
= #{isBalan},
IS_SET_SAFT
= #{isSetSaft},
IS_FIX_LOG
= #{isFixLog},
IS_FIND_MEND
= #{isFindMend},
IS_SET_FOAM
= #{isSetFoam},
STATE = #{state},
ID = #{id}
update BIS_INSP_VILLGD_WTSP_RUN
IS_SET_PHONE
= #{isSetPhone},
IS_SATI
= #{isSati},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
NOTE
= #{note},
DATA_STAT
= #{dataStat},
WTSP_ID
= #{wtspId},
RGSTR_ID
= #{rgstrId},
IS_CLLC_IDEA
= #{isCllcIdea},
IS_SURE_PRICE
= #{isSurePrice},
IS_BALAN
= #{isBalan},
IS_SET_SAFT
= #{isSetSaft},
IS_FIX_LOG
= #{isFixLog},
IS_FIND_MEND
= #{isFindMend},
IS_SET_FOAM
= #{isSetFoam},
STATE = #{state},