ID,
UT_NAME,
INTAKE_NO,
INTAKE_AMT,
UT_CODE,
AD_NAME,
AD_CODE,
UT_TYPE,
UT_PPT,
UT_LEAD,
UT_ATTN,
UT_CONT,
APP_DEP_TM,
APP_DEP,
PRINCIPAL_TEL,
NOTE,
SIGN_ADDR,
UT_ADDR,
CENTER_X,
CENTER_Y,
GD_X,
GD_Y,
INTM,
UPTM
#{id},
#{utName},
#{intakeNo},
#{intakeAmt},
#{utCode},
#{adName},
#{adCode},
#{utType},
#{utPpt},
#{utLead},
#{utAttn},
#{utCont},
#{appDepTm},
#{appDep},
#{principalTel},
#{note},
#{signAddr},
#{utAddr},
#{centerX},
#{centerY},
#{gdX},
#{gdY},
#{intm},
#{uptm}
and UT_NAME = #{utName}
and INTAKE_NO = #{intakeNo}
and INTAKE_AMT = #{intakeAmt}
and UT_CODE = #{utCode}
and AD_NAME = #{adName}
and AD_CODE = #{adCode}
and UT_TYPE = #{utType}
and UT_PPT = #{utPpt}
and UT_LEAD = #{utLead}
and UT_ATTN = #{utAttn}
and UT_CONT = #{utCont}
and APP_DEP_TM = #{appDepTm}
and APP_DEP = #{appDep}
and PRINCIPAL_TEL = #{principalTel}
and NOTE = #{note}
and SIGN_ADDR = #{signAddr}
and UT_ADDR = #{utAddr}
and CENTER_X = #{centerX}
and CENTER_Y = #{centerY}
and GD_X = #{gdX}
and GD_Y = #{gdY}
and INTM = #{intm}
and UPTM = #{uptm}
insert into ATT_WTUNT_BASE( )
values ( )
delete from ATT_WTUNT_BASE where ID = #{id}
delete from ATT_WTUNT_BASE
update ATT_WTUNT_BASE set flag_valid = 0 where>ID = #{id}
update ATT_WTUNT_BASE
INTAKE_NO = #{intakeNo},
INTAKE_AMT = #{intakeAmt},
UT_NAME = #{utName},
UT_CODE = #{utCode},
AD_NAME = #{adName},
AD_CODE = #{adCode},
UT_TYPE = #{utType},
UT_PPT = #{utPpt},
UT_LEAD = #{utLead},
UT_ATTN = #{utAttn},
UT_CONT = #{utCont},
APP_DEP_TM = #{appDepTm},
APP_DEP = #{appDep},
PRINCIPAL_TEL = #{principalTel},
NOTE = #{note},
SIGN_ADDR = #{signAddr},
UT_ADDR = #{utAddr},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
GD_X = #{gdX},
GD_Y = #{gdY},
INTM = #{intm},
UPTM = #{uptm},
ID = #{id}
update ATT_WTUNT_BASE
INTAKE_NO = #{intakeNo},
INTAKE_AMT = #{intakeAmt},
UT_NAME = #{utName},
UT_CODE = #{utCode},
AD_NAME = #{adName},
AD_CODE = #{adCode},
UT_TYPE = #{utType},
UT_PPT = #{utPpt},
UT_LEAD = #{utLead},
UT_ATTN = #{utAttn},
UT_CONT = #{utCont},
APP_DEP_TM = #{appDepTm},
APP_DEP = #{appDep},
PRINCIPAL_TEL = #{principalTel},
NOTE = #{note},
SIGN_ADDR = #{signAddr},
UT_ADDR = #{utAddr},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
GD_X = #{gdX},
GD_Y = #{gdY},
INTM = #{intm},
UPTM = #{uptm},