select id, city_id, city_name, city_sname, parent_id, spell, city_type, sort, level, lng, lat from fs_city
insert into fs_city
city_id,city_name,city_sname,parent_id,spell,city_type,sort,level,lng,lat,#{cityId},#{cityName},#{citySname},#{parentId},#{spell},#{cityType},#{sort},#{level},#{lng},#{lat},
update fs_city
city_id = #{cityId},city_name = #{cityName},city_sname = #{citySname},parent_id = #{parentId},spell = #{spell},city_type = #{cityType},sort = #{sort},level = #{level},lng = #{lng},lat = #{lat},
where id = #{id}
delete from fs_city where id = #{id}
delete from fs_city where id in
#{id}