INSERT INTO `project_document` (`company_id`, `catalogue_id`, `item_id`, `file_name`, `file_path`,document_type ) VALUES ( #{item.companyId}, #{item.catalogueId}, #{item.itemId}, #{item.fileName}, #{item.filePath}, #{item.documentType} )