select id, temp_id, province_id, city_id, number, price, type from fs_shipping_templates_free insert into fs_shipping_templates_free temp_id, province_id, city_id, number, price, type, #{tempId}, #{provinceId}, #{cityId}, #{number}, #{price}, #{type}, update fs_shipping_templates_free temp_id = #{tempId}, province_id = #{provinceId}, city_id = #{cityId}, number = #{number}, price = #{price}, type = #{type}, where id = #{id} delete from fs_shipping_templates_free where id = #{id} delete from fs_shipping_templates_free where id in #{id}