select id, pid, city_code, city_name, post_code, area_code, ctime from tool_city_code insert into tool_city_code id, pid, city_code, city_name, post_code, area_code, ctime, #{id}, #{pid}, #{cityCode}, #{cityName}, #{postCode}, #{areaCode}, #{ctime}, update tool_city_code pid = #{pid}, city_code = #{cityCode}, city_name = #{cityName}, post_code = #{postCode}, area_code = #{areaCode}, ctime = #{ctime}, where id = #{id} delete from tool_city_code where id = #{id} delete from tool_city_code where id in #{id}