insert into plan_need_info unit_id, create_by, remark, company_id, create_time #{unitId}, #{createBy}, #{remark}, #{companyId}, now() insert into plan_borrow_info need_unit_id, borrow_unit_id, create_by, remark, create_time #{needUnitId}, #{borrowUnitId}, #{createBy}, #{remark}, now() insert into ma_whole_set type_id, parent_id, part_num, status #{item.id}, #{item.parentId}, #{item.totalNum}, 1 delete from ma_whole_set where parent_id = #{id}