ID,
RGSTR_ID,
USR_VILL,
AD_CODE,
AD_NAME,
NOTE,
PERS_ID,
INTM,
UPTM,
DATA_STAT
#{id},
#{rgstrId},
#{usrVill},
#{adCode},
#{adName},
#{note},
#{persId},
#{intm},
#{uptm},
#{dataStat}
and RGSTR_ID = #{rgstrId}
and USR_VILL = #{usrVill}
and AD_CODE = #{adCode}
and AD_NAME = #{adName}
and NOTE = #{note}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into BIS_INSP_VILL2021_VILL(
)
values (
)
update BIS_INSP_VILL2021_VILL set DATA_STAT='9' where ID = #{id}
update BIS_INSP_VILL2021_VILL set DATA_STAT='9'
update BIS_INSP_VILL2021_VILL set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_VILL2021_VILL
RGSTR_ID
= #{rgstrId},
USR_VILL
= #{usrVill},
AD_CODE
= #{adCode},
AD_NAME
= #{adName},
NOTE
= #{note},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},
ID = #{id}
update BIS_INSP_VILL2021_VILL
RGSTR_ID
= #{rgstrId},
USR_VILL
= #{usrVill},
AD_CODE
= #{adCode},
AD_NAME
= #{adName},
NOTE
= #{note},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},