select id, vehiclecategory, people_id, people_name, vehiclenumber, vehiclecolor, vehiclemodel, contactnumber, documenttype, certificatenumber, auth_stime, auth_etime, remarks, admin_id, createtime, updatetime, state, unit_id, cutoff_time, out_type from bdgl_private_car insert into bdgl_private_car vehiclecategory, people_id, people_name, vehiclenumber, vehiclecolor, vehiclemodel, contactnumber, documenttype, certificatenumber, auth_stime, auth_etime, remarks, admin_id, createtime, updatetime, state, unit_id, cutoff_time, out_type, #{vehiclecategory}, #{peopleId}, #{peopleName}, #{vehiclenumber}, #{vehiclecolor}, #{vehiclemodel}, #{contactnumber}, #{documenttype}, #{certificatenumber}, #{authStime}, #{authEtime}, #{remarks}, #{adminId}, #{createtime}, #{updatetime}, #{state}, #{unitId}, #{cutoffTime}, #{outType}, update bdgl_private_car vehiclecategory = #{vehiclecategory}, people_id = #{peopleId}, people_name = #{peopleName}, vehiclenumber = #{vehiclenumber}, vehiclecolor = #{vehiclecolor}, vehiclemodel = #{vehiclemodel}, contactnumber = #{contactnumber}, documenttype = #{documenttype}, certificatenumber = #{certificatenumber}, auth_stime = #{authStime}, auth_etime = #{authEtime}, remarks = #{remarks}, admin_id = #{adminId}, createtime = #{createtime}, updatetime = #{updatetime}, state = #{state}, unit_id = #{unitId}, cutoff_time = #{cutoffTime}, out_type = #{outType}, where id = #{id} delete from bdgl_private_car where id = #{id} delete from bdgl_private_car where id in #{id}