select id, partner_id, goods_title, user_id, order_id, user_phone, longitude, latitude, adress_detail, appointment_day, appointment_time, distance, need_price, create_time, creator, update_time, updater from inspection_pick_car
insert into inspection_pick_car
partner_id,
goods_title,
user_id,
order_id,
user_phone,
longitude,
latitude,
adress_detail,
appointment_day,
appointment_time,
distance,
need_price,
create_time,
creator,
update_time,
updater,
#{partnerId},
#{goodsTitle},
#{userId},
#{orderId},
#{userPhone},
#{longitude},
#{latitude},
#{adressDetail},
#{appointmentDay},
#{appointmentTime},
#{distance},
#{needPrice},
#{createTime},
#{creator},
#{updateTime},
#{updater},
update inspection_pick_car
partner_id = #{partnerId},
goods_title = #{goodsTitle},
user_id = #{userId},
order_id = #{orderId},
user_phone = #{userPhone},
longitude = #{longitude},
latitude = #{latitude},
adress_detail = #{adressDetail},
appointment_day = #{appointmentDay},
appointment_time = #{appointmentTime},
distance = #{distance},
need_price = #{needPrice},
create_time = #{createTime},
creator = #{creator},
update_time = #{updateTime},
updater = #{updater},
where id = #{id}
delete from inspection_pick_car where id = #{id}
delete from inspection_pick_car where id in
#{id}