delete from base_transportation_info where id_=#{id,jdbcType=VARCHAR}
update base_transportation_info
name_=#{name,jdbcType=VARCHAR},
phone_=#{phone,jdbcType=VARCHAR},
contact_=#{contact,jdbcType=VARCHAR},
introduction_=#{introduction,jdbcType=VARCHAR},
create_time=#{createTime,jdbcType= TIMESTAMP },
update_time=#{updateTime,jdbcType= TIMESTAMP },
create_by=#{createBy,jdbcType=VARCHAR},
update_by=#{updateBy,jdbcType=VARCHAR},
del_flag=#{delFlag,jdbcType= NUMERIC },
customer_id=#{customerId,jdbcType=VARCHAR},
where id_=#{id}