ID,
RGSTR_ID,
NM,
LOC,
IS_POV,
IS_MIN,
IS_OVER,
OTH_NOTE,
TM,
IS_IN_HOME,
TOTAL,
IN_TOTAL,
IN_RATE,
IS_TARI,
TARI_MET,
TARI_MON,
IS_PAY_COST,
IS_WATER_SUPPLY,
SUPPLY_PBLM,
SUPPLY_NOTE,
PERS_ID,
INTM,
UPTM,
NOTE,
DATA_STAT
#{id},
#{rgstrId},
#{nm},
#{loc},
#{isPov},
#{isMin},
#{isOver},
#{othNote},
#{tm},
#{isInHome},
#{total},
#{inTotal},
#{inRate},
#{isTari},
#{tariMet},
#{tariMon},
#{isPayCost},
#{isWaterSupply},
#{supplyPblm},
#{supplyNote},
#{persId},
#{intm},
#{uptm},
#{note},
#{dataStat}
and RGSTR_ID = #{rgstrId}
and NM = #{nm}
and LOC = #{loc}
and IS_POV = #{isPov}
and IS_MIN = #{isMin}
and IS_OVER = #{isOver}
and OTH_NOTE = #{othNote}
and TM = #{tm}
and IS_IN_HOME = #{isInHome}
and TOTAL = #{total}
and IN_TOTAL = #{inTotal}
and IN_RATE = #{inRate}
and IS_TARI = #{isTari}
and TARI_MET = #{tariMet}
and TARI_MON = #{tariMon}
and IS_PAY_COST = #{isPayCost}
and IS_WATER_SUPPLY = #{isWaterSupply}
and SUPPLY_PBLM = #{supplyPblm}
and SUPPLY_NOTE = #{supplyNote}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and NOTE = #{note}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into BIS_INSP_VILLGD_VILL(
)
values (
)
update BIS_INSP_VILLGD_VILL set DATA_STAT='9' where ID = #{id}
update BIS_INSP_VILLGD_VILL set DATA_STAT='9'
update BIS_INSP_VILLGD_VILL set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_VILLGD_VILL
RGSTR_ID
= #{rgstrId},
NM
= #{nm},
LOC
= #{loc},
IS_POV
= #{isPov},
IS_MIN
= #{isMin},
IS_OVER
= #{isOver},
OTH_NOTE
= #{othNote},
TM
= #{tm},
IS_IN_HOME
= #{isInHome},
TOTAL
= #{total},
IN_TOTAL
= #{inTotal},
IN_RATE
= #{inRate},
IS_TARI
= #{isTari},
TARI_MET
= #{tariMet},
TARI_MON
= #{tariMon},
IS_PAY_COST
= #{isPayCost},
IS_WATER_SUPPLY
= #{isWaterSupply},
SUPPLY_PBLM
= #{supplyPblm},
SUPPLY_NOTE
= #{supplyNote},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
NOTE
= #{note},
DATA_STAT
= #{dataStat},
ID = #{id}
update BIS_INSP_VILLGD_VILL
RGSTR_ID
= #{rgstrId},
NM
= #{nm},
LOC
= #{loc},
IS_POV
= #{isPov},
IS_MIN
= #{isMin},
IS_OVER
= #{isOver},
OTH_NOTE
= #{othNote},
TM
= #{tm},
IS_IN_HOME
= #{isInHome},
TOTAL
= #{total},
IN_TOTAL
= #{inTotal},
IN_RATE
= #{inRate},
IS_TARI
= #{isTari},
TARI_MET
= #{tariMet},
TARI_MON
= #{tariMon},
IS_PAY_COST
= #{isPayCost},
IS_WATER_SUPPLY
= #{isWaterSupply},
SUPPLY_PBLM
= #{supplyPblm},
SUPPLY_NOTE
= #{supplyNote},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
NOTE
= #{note},
DATA_STAT
= #{dataStat},