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, create_by, update_time, update_by 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,
create_by,
update_time,
update_by,
#{partnerId},
#{goodsTitle},
#{userId},
#{orderId},
#{userPhone},
#{longitude},
#{latitude},
#{adressDetail},
#{appointmentDay},
#{appointmentTime},
#{distance},
#{needPrice},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
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},
create_by = #{createBy},
update_time = #{updateTime},
update_by = #{updateBy},
where id = #{id}
delete from inspection_pick_car where id = #{id}
delete from inspection_pick_car where id in
#{id}