insert into account_opening_record( customer_id, customer_name, bank_account, basic_data_id, letter_of_commitment_id, application_id, update_time, status_id, hash) values( #{customer_id}, #{customer_name}, #{bank_account}, #{basicAttachment_id}, #{letterAttachment_id}, #{applicationAttachment_id}, #{update_time}, #{status_id}, #{hash}) insert into attachment ( attachment_id, attachment_name, url, upload_person_id, create_time) values( #{attachment_id}, #{attachment_name}, #{url}, #{upload_person_id}, #{create_time} ) insert into operation_history(operator_type_id, operator_account, operator_role, operator_person, operator_time, hash) values(#{operatorTypeId}, #{operatorAccount}, #{operatorRole}, #{operatorPerson}, #{operatorTime}, #{hash})