select XJQYDM, XJQYMC, the_geom, BSM, YSDM, fid, import_code from t_gis_xjqy insert into t_gis_xjqy XJQYDM, XJQYMC, the_geom, BSM, YSDM, fid, import_code, #{XJQYDM}, #{XJQYMC}, #{theGeom}, #{BSM}, #{YSDM}, #{fid}, #{importCode}, insert into t_gis_xjqy XJQYDM, XJQYMC, the_geom, BSM, YSDM, fid, import_code, values #{item.XJQYDM}, #{item.XJQYMC}, #{item.theGeom}, #{item.BSM}, #{item.YSDM}, #{item.fid}, #{item.importCode}, update t_gis_xjqy XJQYMC = #{XJQYMC}, the_geom = #{theGeom}, BSM = #{BSM}, YSDM = #{YSDM}, fid = #{fid}, import_code = #{importCode}, where XJQYDM = #{XJQYDM} update t_gis_xjqy XJQYMC = #{item.XJQYMC}, the_geom = #{item.theGeom}, BSM = #{item.BSM}, YSDM = #{item.YSDM}, fid = #{item.fid}, import_code = #{item.importCode}, where XJQYDM = #{item.XJQYDM} delete from t_gis_xjqy where XJQYDM = #{XJQYDM} delete from t_gis_xjqy where XJQYDM in #{XJQYDM}