select id, jlId, jxId, isMorning, bookingTime from drive_school_booking insert into drive_school_booking id, jlId, jxId, isMorning, bookingTime, #{id}, #{jlId}, #{jxId}, #{isMorning}, #{bookingTime}, update drive_school_booking jlId = #{jlId}, jxId = #{jxId}, isMorning = #{isMorning}, bookingTime = #{bookingTime}, where id = #{id} delete from drive_school_booking where id = #{id} delete from drive_school_booking where id in #{id}