insert into project_file(project_id, project_name, project_file_id, update_time,hash) values( #{projectId}, #{projectName}, #{attachmentId}, #{updateTime}, #{hash}) insert into attachment(attachment_id, attachment_name,url, upload_person_id, create_time) values(#{attachmentId}, #{attachmentName}, #{url}, #{userId}, #{addTime}) insert into operation_history(operator_type_id, operator_account, operator_role, operator_person, operator_time, hash) values(#{operatorTypeId}, #{operatorAccount}, #{operatorRole}, #{operatorPerson}, #{operatorTime}, #{hash})