insert into plan_need_info
unit_id,
create_by,
remark,
company_id,
create_time
#{unitId},
#{createBy},
#{remark},
#{companyId},
now()
insert into plan_need_details
plan_id,
type_id,
plan_num,
plan_price,
plan_cost,
remark,
company_id,
create_time
#{planId},
#{typeId},
#{purchaseNum},
#{purchasePrice},
#{totalPrice},
#{remark},
#{companyId},
now()