select xzqdm, xzqmc, bsm, ysdm, the_geom, import_code, fid from t_gis_xjxzq
insert into t_gis_xjxzq
xzqdm,
xzqmc,
bsm,
ysdm,
the_geom,
import_code,
#{xzqdm},
#{xzqmc},
#{bsm},
#{ysdm},
#{theGeom},
#{importCode},
insert into t_gis_xjxzq
xzqdm,
xzqmc,
bsm,
ysdm,
the_geom,
import_code,
values
#{item.xzqdm},
#{item.xzqmc},
#{item.bsm},
#{item.ysdm},
#{item.theGeom},
#{item.importCode},
update t_gis_xjxzq
xzqdm = #{xzqdm},
xzqmc = #{xzqmc},
bsm = #{bsm},
ysdm = #{ysdm},
the_geom = #{theGeom},
import_code = #{importCode},
where fid = #{fid}
update t_gis_xjxzq
xzqdm = #{item.xzqdm},
xzqmc = #{item.xzqmc},
bsm = #{item.bsm},
ysdm = #{item.ysdm},
the_geom = #{item.theGeom},
import_code = #{item.importCode},
where fid = #{item.fid}
delete from t_gis_xjxzq where fid = #{fid}
delete from t_gis_xjxzq where fid in
#{fid}