GD_X,
GD_Y,
ID,
IRR_CODE,
IRR_NAME,
AD_CODE,
AD_NAME,
LOCATION,
CENTER_X_GD,
CENTER_Y_GD,
CENTER_X,
CENTER_Y,
LOW_LEFT_LONG,
LOW_LEFT_LAT,
UP_RIGHT_LONG,
UP_RIGHT_LAT,
SRC,
IRR_RANG,
TOT_IRR_AREA,
EFF_IRR_AREA,
DES_IRR_AREA,
ENG_STAT,
RUN_STAT,
IRR_ENG_SCAL,
START_DATE,
COMP_DATE,
INTM,
UPTM,
DATA_STAT,
STATE
#{gdX},
#{gdY},
#{id},
#{irrCode},
#{irrName},
#{adCode},
#{adName},
#{location},
#{centerXGd},
#{centerYGd},
#{centerX},
#{centerY},
#{lowLeftLong},
#{lowLeftLat},
#{upRightLong},
#{upRightLat},
#{src},
#{irrRang},
#{totIrrArea},
#{effIrrArea},
#{desIrrArea},
#{engStat},
#{runStat},
#{irrEngScal},
#{startDate},
#{compDate},
#{intm},
#{uptm},
#{dataStat},
#{state}
and GD_X = #{gdX}
and GD_Y = #{gdY}
and IRR_CODE = #{irrCode}
and IRR_NAME like '%${irrName}%'
and AD_CODE like concat(#{adCode},'%')
and AD_NAME = #{adName}
and LOCATION = #{location}
and CENTER_X_GD = #{centerXGd}
and CENTER_Y_GD = #{centerYGd}
and CENTER_X = #{centerX}
and CENTER_Y = #{centerY}
and LOW_LEFT_LONG = #{lowLeftLong}
and LOW_LEFT_LAT = #{lowLeftLat}
and UP_RIGHT_LONG = #{upRightLong}
and UP_RIGHT_LAT = #{upRightLat}
and SRC = #{src}
and IRR_RANG = #{irrRang}
and TOT_IRR_AREA = #{totIrrArea}
and EFF_IRR_AREA = #{effIrrArea}
and DES_IRR_AREA = #{desIrrArea}
and ENG_STAT = #{engStat}
and RUN_STAT = #{runStat}
and IRR_ENG_SCAL = #{irrEngScal}
and START_DATE = #{startDate}
and COMP_DATE = #{compDate}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and STATE = #{state}
and DATA_STAT='0'
insert into ATT_IRR_BASE( )
values ( )
update ATT_IRR_BASE set DATA_STAT='9' where ID = #{id}
update ATT_IRR_BASE set DATA_STAT='9'
update ATT_IRR_BASE set DATA_STAT = '9' where ID = #{id}
update ATT_IRR_BASE
GD_X = #{gdX},
GD_Y = #{gdY},
IRR_CODE = #{irrCode},
IRR_NAME = #{irrName},
AD_CODE = #{adCode},
AD_NAME = #{adName},
LOCATION = #{location},
CENTER_X_GD = #{centerXGd},
CENTER_Y_GD = #{centerYGd},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
LOW_LEFT_LONG = #{lowLeftLong},
LOW_LEFT_LAT = #{lowLeftLat},
UP_RIGHT_LONG = #{upRightLong},
UP_RIGHT_LAT = #{upRightLat},
SRC = #{src},
IRR_RANG = #{irrRang},
TOT_IRR_AREA = #{totIrrArea},
EFF_IRR_AREA = #{effIrrArea},
DES_IRR_AREA = #{desIrrArea},
ENG_STAT = #{engStat},
RUN_STAT = #{runStat},
IRR_ENG_SCAL = #{irrEngScal},
START_DATE = #{startDate},
COMP_DATE = #{compDate},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATE = #{state},
ID = #{id}
update ATT_IRR_BASE
GD_X = #{gdX},
GD_Y = #{gdY},
IRR_CODE = #{irrCode},
IRR_NAME = #{irrName},
AD_CODE = #{adCode},
AD_NAME = #{adName},
LOCATION = #{location},
CENTER_X_GD = #{centerXGd},
CENTER_Y_GD = #{centerYGd},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
LOW_LEFT_LONG = #{lowLeftLong},
LOW_LEFT_LAT = #{lowLeftLat},
UP_RIGHT_LONG = #{upRightLong},
UP_RIGHT_LAT = #{upRightLat},
SRC = #{src},
IRR_RANG = #{irrRang},
TOT_IRR_AREA = #{totIrrArea},
EFF_IRR_AREA = #{effIrrArea},
DES_IRR_AREA = #{desIrrArea},
ENG_STAT = #{engStat},
RUN_STAT = #{runStat},
IRR_ENG_SCAL = #{irrEngScal},
START_DATE = #{startDate},
COMP_DATE = #{compDate},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATE = #{state},
UPDATE ATT_IRR_BASE
GD_X = #{item.gdX},
GD_Y = #{item.gdY}
ID = #{item.id}