select id, air_conditioner_id, start_time, off_time, control_mode, status, create_by, create_time, update_by, update_time, remark from air_conditioner_schedule insert into air_conditioner_schedule air_conditioner_id, start_time, off_time, control_mode, status, create_by, create_time, update_by, update_time, remark, #{airConditionerId}, #{startTime}, #{offTime}, #{controlMode}, #{status}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{remark}, update air_conditioner_schedule air_conditioner_id = #{airConditionerId}, start_time = #{startTime}, off_time = #{offTime}, control_mode = #{controlMode}, status = #{status}, update_by = #{updateBy}, update_time = #{updateTime}, remark = #{remark}, where id = #{id} delete from air_conditioner_schedule where id = #{id} delete from air_conditioner_schedule where id in #{id} delete from air_conditioner_schedule where air_conditioner_id = #{airConditionerId}