BAS_CODE,
BAS_NAME,
CR_OVER_TYPE,
BAS_AD_NAME,
BAS_GRAD,
BAS_AREA,
MEA_ANN_PREC,
MEA_ANN_DEPT,
MEA_ANN_RUOF,
NOTE,
EFF_DATE,
EXPR_DATE
#{basCode},
#{basName},
#{crOverType},
#{basAdName},
#{basGrad},
#{basArea},
#{meaAnnPrec},
#{meaAnnDept},
#{meaAnnRuof},
#{note},
#{effDate},
#{exprDate}
and BAS_NAME = #{basName}
and CR_OVER_TYPE = #{crOverType}
and BAS_AD_NAME = #{basAdName}
and BAS_GRAD = #{basGrad}
and BAS_AREA = #{basArea}
and MEA_ANN_PREC = #{meaAnnPrec}
and MEA_ANN_DEPT = #{meaAnnDept}
and MEA_ANN_RUOF = #{meaAnnRuof}
and NOTE = #{note}
and EFF_DATE = #{effDate}
and EXPR_DATE = #{exprDate}
insert into ATT_BAS_BASE(
)
values (
)
delete from ATT_BAS_BASE where ID = #{id}
delete from ATT_BAS_BASE
update ATT_BAS_BASE set flag_valid = 0 where ID = #{id}
update ATT_BAS_BASE
BAS_NAME = #{basName},
CR_OVER_TYPE = #{crOverType},
BAS_AD_NAME = #{basAdName},
BAS_GRAD = #{basGrad},
BAS_AREA = #{basArea},
MEA_ANN_PREC = #{meaAnnPrec},
MEA_ANN_DEPT = #{meaAnnDept},
MEA_ANN_RUOF = #{meaAnnRuof},
NOTE = #{note},
EFF_DATE = #{effDate},
EXPR_DATE = #{exprDate},
ID = #{id}
update ATT_BAS_BASE
BAS_NAME = #{basName},
CR_OVER_TYPE = #{crOverType},
BAS_AD_NAME = #{basAdName},
BAS_GRAD = #{basGrad},
BAS_AREA = #{basArea},
MEA_ANN_PREC = #{meaAnnPrec},
MEA_ANN_DEPT = #{meaAnnDept},
MEA_ANN_RUOF = #{meaAnnRuof},
NOTE = #{note},
EFF_DATE = #{effDate},
EXPR_DATE = #{exprDate},