CWS_CODE,
CWS_NM,
ID,
AD_CODE,
AD_NAME,
RGSTR_ID,
CWS_LOC,
CWS_VILL,
CENTER_X,
CENTER_Y,
GD_X,
GD_Y,
IS_OVPV_COUNTY,
IS_OVYF_COUNTY,
IS_OVSLY_COUNTY,
VILL_TYPE,
IS_OVYF_CWS,
IS_OVSLY_CWS,
IS_RUN_CWS,
NRUN_NOTE,
IS_FIX,
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_COST,
IS_COST_SUB,
IS_CLEAN_EQ,
IS_CLEAN_RUN,
IS_WIPE_EQ,
IS_WIPE_RUN,
IS_CHK_RPT,
IS_CHK_RPT_PASS,
CHK_RPT_PASS_NOTE,
UNIT_TYPE,
IS_SET_ADMIN,
IS_WATR_SOUR,
SWHS_TYPE,
IS_MEET,
EVLT_TYPE,
IS_RANGE,
NOTE,
PERS_ID,
INTM,
UPTM,
DATA_STAT,
MEA_COST
#{cwsCode},
#{cwsNm},
#{id},
#{adCode},
#{adName},
#{rgstrId},
#{cwsLoc},
#{cwsVill},
#{centerX},
#{centerY},
#{gdX},
#{gdY},
#{isOvpvCounty},
#{isOvyfCounty},
#{isOvslyCounty},
#{villType},
#{isOvyfCws},
#{isOvslyCws},
#{isRunCws},
#{nrunNote},
#{isFix},
#{wtType},
#{singCost},
#{twoCost},
#{twoCostLimt},
#{step1Cost},
#{step1CostLimt},
#{step2Cost},
#{step2CostLimt},
#{step3Cost},
#{step3CostLimt},
#{fixCost},
#{fixCostUnit},
#{isCost},
#{isCostSub},
#{isCleanEq},
#{isCleanRun},
#{isWipeEq},
#{isWipeRun},
#{isChkRpt},
#{isChkRptPass},
#{chkRptPassNote},
#{unitType},
#{isSetAdmin},
#{isWatrSour},
#{swhsType},
#{isMeet},
#{evltType},
#{isRange},
#{note},
#{persId},
#{intm},
#{uptm},
#{dataStat},
#{meaCost}
and CWS_CODE = #{cwsCode}
and AD_CODE = #{adCode}
and AD_NAME = #{adName}
and CWS_NM = #{cwsNm}
and RGSTR_ID = #{rgstrId}
and CWS_LOC = #{cwsLoc}
and CWS_VILL = #{cwsVill}
and CENTER_X = #{centerX}
and CENTER_Y = #{centerY}
and GD_X = #{gdX}
and GD_Y = #{gdY}
and IS_OVPV_COUNTY = #{isOvpvCounty}
and IS_OVYF_COUNTY = #{isOvyfCounty}
and IS_OVSLY_COUNTY = #{isOvslyCounty}
and VILL_TYPE = #{villType}
and IS_OVYF_CWS = #{isOvyfCws}
and IS_OVSLY_CWS = #{isOvslyCws}
and IS_RUN_CWS = #{isRunCws}
and NRUN_NOTE = #{nrunNote}
and IS_FIX = #{isFix}
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_COST = #{isCost}
and IS_COST_SUB = #{isCostSub}
and IS_CLEAN_EQ = #{isCleanEq}
and IS_CLEAN_RUN = #{isCleanRun}
and IS_WIPE_EQ = #{isWipeEq}
and IS_WIPE_RUN = #{isWipeRun}
and IS_CHK_RPT = #{isChkRpt}
and IS_CHK_RPT_PASS = #{isChkRptPass}
and CHK_RPT_PASS_NOTE = #{chkRptPassNote}
and UNIT_TYPE = #{unitType}
and IS_SET_ADMIN = #{isSetAdmin}
and IS_WATR_SOUR = #{isWatrSour}
and SWHS_TYPE = #{swhsType}
and IS_MEET = #{isMeet}
and EVLT_TYPE = #{evltType}
and IS_RANGE = #{isRange}
and NOTE = #{note}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and MEA_COST = #{meaCost}
and DATA_STAT='0'
insert into BIS_INSP_VILL2021_CWS(
)
values (
)
update BIS_INSP_VILL2021_CWS set DATA_STAT='9' where ID = #{id}
update BIS_INSP_VILL2021_CWS set DATA_STAT='9'
update BIS_INSP_VILL2021_CWS set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_VILL2021_CWS
CWS_CODE
= #{cwsCode},
AD_CODE
= #{adCode},
AD_NAME
= #{adName},
CWS_NM
= #{cwsNm},
RGSTR_ID
= #{rgstrId},
CWS_LOC
= #{cwsLoc},
CWS_VILL
= #{cwsVill},
CENTER_X
= #{centerX},
CENTER_Y
= #{centerY},
GD_X
= #{gdX},
GD_Y
= #{gdY},
IS_OVPV_COUNTY
= #{isOvpvCounty},
IS_OVYF_COUNTY
= #{isOvyfCounty},
IS_OVSLY_COUNTY
= #{isOvslyCounty},
VILL_TYPE
= #{villType},
IS_OVYF_CWS
= #{isOvyfCws},
IS_OVSLY_CWS
= #{isOvslyCws},
IS_RUN_CWS
= #{isRunCws},
NRUN_NOTE
= #{nrunNote},
IS_FIX
= #{isFix},
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_COST
= #{isCost},
IS_COST_SUB
= #{isCostSub},
IS_CLEAN_EQ
= #{isCleanEq},
IS_CLEAN_RUN
= #{isCleanRun},
IS_WIPE_EQ
= #{isWipeEq},
IS_WIPE_RUN
= #{isWipeRun},
IS_CHK_RPT
= #{isChkRpt},
IS_CHK_RPT_PASS
= #{isChkRptPass},
CHK_RPT_PASS_NOTE
= #{chkRptPassNote},
UNIT_TYPE
= #{unitType},
IS_SET_ADMIN
= #{isSetAdmin},
IS_WATR_SOUR
= #{isWatrSour},
SWHS_TYPE
= #{swhsType},
IS_MEET
= #{isMeet},
EVLT_TYPE
= #{evltType},
IS_RANGE
= #{isRange},
NOTE
= #{note},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},
MEA_COST
= #{meaCost},
ID = #{id}
update BIS_INSP_VILL2021_CWS
CWS_CODE
= #{cwsCode},
CWS_NM
= #{cwsNm},
AD_CODE
= #{adCode},
AD_NAME
= #{adName},
RGSTR_ID
= #{rgstrId},
CWS_LOC
= #{cwsLoc},
CWS_VILL
= #{cwsVill},
CENTER_X
= #{centerX},
CENTER_Y
= #{centerY},
GD_X
= #{gdX},
GD_Y
= #{gdY},
IS_OVPV_COUNTY
= #{isOvpvCounty},
IS_OVYF_COUNTY
= #{isOvyfCounty},
IS_OVSLY_COUNTY
= #{isOvslyCounty},
VILL_TYPE
= #{villType},
IS_OVYF_CWS
= #{isOvyfCws},
IS_OVSLY_CWS
= #{isOvslyCws},
IS_RUN_CWS
= #{isRunCws},
NRUN_NOTE
= #{nrunNote},
IS_FIX
= #{isFix},
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_COST
= #{isCost},
IS_COST_SUB
= #{isCostSub},
IS_CLEAN_EQ
= #{isCleanEq},
IS_CLEAN_RUN
= #{isCleanRun},
IS_WIPE_EQ
= #{isWipeEq},
IS_WIPE_RUN
= #{isWipeRun},
IS_CHK_RPT
= #{isChkRpt},
IS_CHK_RPT_PASS
= #{isChkRptPass},
CHK_RPT_PASS_NOTE
= #{chkRptPassNote},
UNIT_TYPE
= #{unitType},
IS_SET_ADMIN
= #{isSetAdmin},
IS_WATR_SOUR
= #{isWatrSour},
SWHS_TYPE
= #{swhsType},
IS_MEET
= #{isMeet},
EVLT_TYPE
= #{evltType},
IS_RANGE
= #{isRange},
NOTE
= #{note},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},
MEA_COST
= #{meaCost},