select hotel_homestay_id, hotel_homestay_facilities_id
from zdy_hotel_homestay_facilities_relation
insert into zdy_hotel_homestay_facilities_relation
hotel_homestay_id,
hotel_homestay_facilities_id,
#{hotelHomestayId},
#{hotelHomestayFacilitiesId},
update zdy_hotel_homestay_facilities_relation
hotel_homestay_facilities_id =
#{hotelHomestayFacilitiesId},
where hotel_homestay_id = #{hotelHomestayId}
delete
from zdy_hotel_homestay_facilities_relation
where hotel_homestay_id = #{hotelHomestayId}
delete from zdy_hotel_homestay_facilities_relation where hotel_homestay_id in
#{hotelHomestayId}
delete
from zdy_hotel_homestay_facilities_relation
where hotel_homestay_facilities_id = #{hotelHomestayFacilitiesId}