ID,
NM,
AD_CODE,
AD_NAME,
LOC,
PRJC_TYPE,
COST,
COST_YEAR,
MGR,
OWNER,
QUALITY,
DESIGN,
SUPERVISOR,
BUILD,
PRJC_PERS,
PRJC_PRES_TEL,
CENTER_X,
CENTER_Y,
GD_X,
GD_Y,
INTM,
UPTM,
DATA_STAT
#{id},
#{nm},
#{adCode},
#{adName},
#{loc},
#{prjcType},
#{cost},
#{costYear},
#{mgr},
#{owner},
#{quality},
#{design},
#{supervisor},
#{build},
#{prjcPers},
#{prjcPresTel},
#{centerX},
#{centerY},
#{gdX},
#{gdY},
#{intm},
#{uptm},
#{dataStat}
and NM = #{nm}
and AD_CODE = #{adCode}
and AD_NAME = #{adName}
and LOC = #{loc}
and PRJC_TYPE = #{prjcType}
and COST = #{cost}
and COST_YEAR = #{costYear}
and MGR = #{mgr}
and OWNER = #{owner}
and QUALITY = #{quality}
and DESIGN = #{design}
and SUPERVISOR = #{supervisor}
and BUILD = #{build}
and PRJC_PERS = #{prjcPers}
and PRJC_PRES_TEL = #{prjcPresTel}
and CENTER_X = #{centerX}
and CENTER_Y = #{centerY}
and GD_X = #{gdX}
and GD_Y = #{gdY}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into ATT_STSTN_BASE(
)
values (
)
update ATT_STSTN_BASE set DATA_STAT='9' where ID = #{id}
update ATT_STSTN_BASE set DATA_STAT='9'
update ATT_STSTN_BASE set DATA_STAT = '9' where ID = #{id}
update ATT_STSTN_BASE
NM
= #{nm},
AD_CODE
= #{adCode},
AD_NAME
= #{adName},
LOC
= #{loc},
PRJC_TYPE
= #{prjcType},
COST
= #{cost},
COST_YEAR
= #{costYear},
MGR
= #{mgr},
OWNER
= #{owner},
QUALITY
= #{quality},
DESIGN
= #{design},
SUPERVISOR
= #{supervisor},
BUILD
= #{build},
PRJC_PERS
= #{prjcPers},
PRJC_PRES_TEL
= #{prjcPresTel},
CENTER_X
= #{centerX},
CENTER_Y
= #{centerY},
GD_X
= #{gdX},
GD_Y
= #{gdY},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},
ID = #{id}
update ATT_STSTN_BASE
NM
= #{nm},
AD_CODE
= #{adCode},
AD_NAME
= #{adName},
LOC
= #{loc},
PRJC_TYPE
= #{prjcType},
COST
= #{cost},
COST_YEAR
= #{costYear},
MGR
= #{mgr},
OWNER
= #{owner},
QUALITY
= #{quality},
DESIGN
= #{design},
SUPERVISOR
= #{supervisor},
BUILD
= #{build},
PRJC_PERS
= #{prjcPers},
PRJC_PRES_TEL
= #{prjcPresTel},
CENTER_X
= #{centerX},
CENTER_Y
= #{centerY},
GD_X
= #{gdX},
GD_Y
= #{gdY},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},