select id, room_id, status, start_time, end_time from zdy_hotel_homestay_room_status insert into zdy_hotel_homestay_room_status room_id, status, start_time, end_time, #{roomId}, #{status}, #{startTime}, #{endTime}, update zdy_hotel_homestay_room_status room_id = #{roomId}, status = #{status}, start_time = #{startTime}, end_time = #{endTime}, where id = #{id} delete from zdy_hotel_homestay_room_status where id = #{id} delete from zdy_hotel_homestay_room_status where id in #{id}