此处给出例子,具体根据业务需求 create or replace procedure P_CART_Sheet1(p_id in NUMBER) is--车辆管理功能v_str varchar2(4000);v_building_id number;begin --获取 building_id select t.expandtype into v_str from t_excel_import_datasrc t where t.id = p_id; v_building_id := to_n