ID,
WTSP_ID,
RGSTR_ID,
IS_HEALTH,
OTHER,
PERS_ID,
INTM,
UPTM,
NOTE,
DATA_STAT,
STATE
#{id},
#{wtspId},
#{rgstrId},
#{isHealth},
#{other},
#{persId},
#{intm},
#{uptm},
#{note},
#{dataStat},
#{state}
and WTSP_ID = #{wtspId}
and RGSTR_ID = #{rgstrId}
and IS_HEALTH = #{isHealth}
and OTHER = #{other}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and NOTE = #{note}
and DATA_STAT = #{dataStat}
and STATE = #{state}
and DATA_STAT='0'
insert into BIS_INSP_VILLGD_WTSP_OTHR(
)
values (
)
update BIS_INSP_VILLGD_WTSP_OTHR set DATA_STAT='9' where ID = #{id}
update BIS_INSP_VILLGD_WTSP_OTHR set DATA_STAT='9'
update BIS_INSP_VILLGD_WTSP_OTHR set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_VILLGD_WTSP_OTHR
WTSP_ID
= #{wtspId},
RGSTR_ID
= #{rgstrId},
IS_HEALTH
= #{isHealth},
OTHER
= #{other},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
NOTE
= #{note},
DATA_STAT
= #{dataStat},
STATE = #{state},
ID = #{id}
update BIS_INSP_VILLGD_WTSP_OTHR
WTSP_ID
= #{wtspId},
RGSTR_ID
= #{rgstrId},
IS_HEALTH
= #{isHealth},
OTHER
= #{other},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
NOTE
= #{note},
DATA_STAT
= #{dataStat},
STATE = #{state},