ID,
VILL_ID,
USR_NM,
USR_TEL,
USR_LOC,
USR_VILL,
IS_POOR,
IS_WTQA,
IS_WTMT,
IS_WTIN,
IS_24WTIN,
IS_EASY,
IS_SAFE,
IS_KNOW,
IS_FEE,
WT_TYPE,
SING_COST,
TWO_COST,
TWO_COST_LIMT,
STEP1_COST,
STEP1_COST_LIMT,
STEP2_COST,
STEP2_COST_LIMT,
STEP3_COST,
STEP3_COST_LIMT,
FIX_COST,
FIX_COST_UNIT,
IS_SOLVE,
PERS_ID,
INTM,
UPTM,
NOTE,
DATA_STAT,
MEA_COST
#{id},
#{villId},
#{usrNm},
#{usrTel},
#{usrLoc},
#{usrVill},
#{isPoor},
#{isWtqa},
#{isWtmt},
#{isWtin},
#{is24wtin},
#{isEasy},
#{isSafe},
#{isKnow},
#{isFee},
#{wtType},
#{singCost},
#{twoCost},
#{twoCostLimt},
#{step1Cost},
#{step1CostLimt},
#{step2Cost},
#{step2CostLimt},
#{step3Cost},
#{step3CostLimt},
#{fixCost},
#{fixCostUnit},
#{isSolve},
#{persId},
#{intm},
#{uptm},
#{note},
#{dataStat},
#{meaCost}
and VILL_ID = #{villId}
and USR_NM = #{usrNm}
and USR_TEL = #{usrTel}
and USR_LOC = #{usrLoc}
and USR_VILL = #{usrVill}
and IS_POOR = #{isPoor}
and IS_WTQA = #{isWtqa}
and IS_WTMT = #{isWtmt}
and IS_WTIN = #{isWtin}
and IS_24WTIN = #{is24wtin}
and IS_EASY = #{isEasy}
and IS_SAFE = #{isSafe}
and IS_KNOW = #{isKnow}
and IS_FEE = #{isFee}
and WT_TYPE = #{wtType}
and SING_COST = #{singCost}
and TWO_COST = #{twoCost}
and TWO_COST_LIMT = #{twoCostLimt}
and STEP1_COST = #{step1Cost}
and STEP1_COST_LIMT = #{step1CostLimt}
and STEP2_COST = #{step2Cost}
and STEP2_COST_LIMT = #{step2CostLimt}
and STEP3_COST = #{step3Cost}
and STEP3_COST_LIMT = #{step3CostLimt}
and FIX_COST = #{fixCost}
and FIX_COST_UNIT = #{fixCostUnit}
and IS_SOLVE = #{isSolve}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and NOTE = #{note}
and DATA_STAT = #{dataStat}
and MEA_COST = #{meaCost}
and DATA_STAT='0'
insert into BIS_INSP_VILL2021_USR(
)
values (
)
update BIS_INSP_VILL2021_USR set DATA_STAT='9' where ID = #{id}
update BIS_INSP_VILL2021_USR set DATA_STAT='9'
update BIS_INSP_VILL2021_USR set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_VILL2021_USR
VILL_ID
= #{villId},
USR_NM
= #{usrNm},
USR_TEL
= #{usrTel},
USR_LOC
= #{usrLoc},
USR_VILL
= #{usrVill},
IS_POOR
= #{isPoor},
IS_WTQA
= #{isWtqa},
IS_WTMT
= #{isWtmt},
IS_WTIN
= #{isWtin},
IS_24WTIN
= #{is24wtin},
IS_EASY
= #{isEasy},
IS_SAFE
= #{isSafe},
IS_KNOW
= #{isKnow},
IS_FEE
= #{isFee},
WT_TYPE
= #{wtType},
SING_COST
= #{singCost},
TWO_COST
= #{twoCost},
TWO_COST_LIMT
= #{twoCostLimt},
STEP1_COST
= #{step1Cost},
STEP1_COST_LIMT
= #{step1CostLimt},
STEP2_COST
= #{step2Cost},
STEP2_COST_LIMT
= #{step2CostLimt},
STEP3_COST
= #{step3Cost},
STEP3_COST_LIMT
= #{step3CostLimt},
FIX_COST
= #{fixCost},
FIX_COST_UNIT
= #{fixCostUnit},
IS_SOLVE
= #{isSolve},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
NOTE
= #{note},
DATA_STAT
= #{dataStat},
MEA_COST
= #{meaCost},
ID = #{id}
update BIS_INSP_VILL2021_USR
VILL_ID
= #{villId},
USR_NM
= #{usrNm},
USR_TEL
= #{usrTel},
USR_LOC
= #{usrLoc},
USR_VILL
= #{usrVill},
IS_POOR
= #{isPoor},
IS_WTQA
= #{isWtqa},
IS_WTMT
= #{isWtmt},
IS_WTIN
= #{isWtin},
IS_24WTIN
= #{is24wtin},
IS_EASY
= #{isEasy},
IS_SAFE
= #{isSafe},
IS_KNOW
= #{isKnow},
IS_FEE
= #{isFee},
WT_TYPE
= #{wtType},
SING_COST
= #{singCost},
TWO_COST
= #{twoCost},
TWO_COST_LIMT
= #{twoCostLimt},
STEP1_COST
= #{step1Cost},
STEP1_COST_LIMT
= #{step1CostLimt},
STEP2_COST
= #{step2Cost},
STEP2_COST_LIMT
= #{step2CostLimt},
STEP3_COST
= #{step3Cost},
STEP3_COST_LIMT
= #{step3CostLimt},
FIX_COST
= #{fixCost},
FIX_COST_UNIT
= #{fixCostUnit},
IS_SOLVE
= #{isSolve},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
NOTE
= #{note},
DATA_STAT
= #{dataStat},
MEA_COST
= #{meaCost},