select id, out_time,carBian,photo,carExpert,carCheck,carExchange,carRepaired,carRepair,carLong,carsId,dept_id, user_id, car_id,car_no, user_name,problem, content, money, create_time, creator, update_time, updater from drive_school_car_repair
insert into drive_school_car_repair
id,
dept_id,
user_id,
user_name,
car_id,
car_no,
problem,
content,
money,
create_time,
creator,
update_time,
updater,
carBian,
carExpert,
carCheck,
carExchange,
carRepaired,
carRepair,
carLong,
carsId,
out_time,
photo,
#{id},
#{deptId},
#{userId},
#{userName},
#{carId},
#{carNo},
#{problem},
#{content},
#{money},
#{createTime},
#{creator},
#{updateTime},
#{updater},
#{carBian},
#{carExpert},
#{carCheck},
#{carExchange},
#{carRepaired},
#{carRepair},
#{carLong},
#{carsId},
#{outTime},
#{photo},
update drive_school_car_repair
dept_id = #{deptId},
user_id = #{userId},
user_name = #{userName},
car_id = #{carId},
car_no = #{carNo},
problem = #{problem},
content = #{content},
money = #{money},
create_time = #{createTime},
creator = #{creator},
update_time = #{updateTime},
updater = #{updater},
carsId = #{carsId},
carLong = #{carLong},
carRepair = #{carRepair},
carRepaired = #{carRepaired},
carExchange = #{carExchange},
carCheck = #{carCheck},
carExpert = #{carExpert},
carBian = #{carBian},
photo = #{photo},
out_time = #{outTime},
where id = #{id}
delete from drive_school_car_repair where id = #{id}
delete from drive_school_car_repair where id in
#{id}