id, uid, contacts, contact_mobile, fixed_tel, qq, postal_address, postcode, unit_name, registered_capital, licence_number, licence_province, licence_city, licence_area, licence_scanning_url, org_code, org_code_url, bank_account, banks, bank_branch, bank_card_number, validation_amount, identity_type, location_province, location_city, location_area, legal_person, legal_person_id_card, last_year_tax_report_url, audit_status, process, wrong_count, payment_date, listed, listed_date, listed_type, stock_code, certificate_number, issuing_date, cog_contacts, tech_principal, contacts_fixed_tel, contacts_fax, legal_person_tel, legal_person_fax, legal_person_email, registration_time, ratepay_code, industry, enterprise_scale, register_type, foreign_investment, field, tax_authority, ratepay_method, high_tech_zone, risk_investment, business_scope, high_tech_name, patent_prory_statement_url, international, review_instructions, investment, year_sales_amount, last_year_research_amount, assets, qualification, cooperation_situation, honor_picture, sales_target, intended_project, contacts_dep, contacts_position insert into organization_identity(id,uid, contacts, contact_mobile, fixed_tel, qq, postal_address, postcode, unit_name, registered_capital, licence_number, licence_province, licence_city, licence_area, licence_scanning_url, org_code, org_code_url, bank_account, banks, bank_branch, bank_card_number, validation_amount, identity_type, location_province, location_city, location_area, legal_person, legal_person_id_card, last_year_tax_report_url, audit_status, process, wrong_count, payment_date, listed, listed_date, listed_type, stock_code, certificate_number, issuing_date, cog_contacts, tech_principal, contacts_fixed_tel, contacts_fax, legal_person_tel, legal_person_fax, legal_person_email, registration_time, ratepay_code, industry, enterprise_scale, register_type, foreign_investment, field, tax_authority, ratepay_method, high_tech_zone, risk_investment, business_scope, high_tech_name, patent_prory_statement_url, international, review_instructions, investment, year_sales_amount, last_year_research_amount, assets, qualification, cooperation_situation, honor_picture, sales_target, intended_project, contacts_dep, contacts_position) values (#{id},#{uid}, #{contacts}, #{contactMobile}, #{fixedTel}, #{qq}, #{postalAddress}, #{postcode}, #{unitName}, #{registeredCapital}, #{licenceNumber}, #{licenceProvince}, #{licenceCity}, #{licenceArea}, #{licenceScanningUrl}, #{orgCode}, #{orgCodeUrl}, #{bankAccount}, #{banks}, #{bankBranch}, #{bankCardNumber}, #{validationAmount}, #{identityType}, #{locationProvince}, #{locationCity}, #{locationArea}, #{legalPerson}, #{legalPersonIdCard}, #{lastYearTaxReportUrl}, #{auditStatus}, #{process}, #{wrongCount}, #{paymentDate}, #{listed}, #{listedDate}, #{listedType}, #{stockCode}, #{certificateNumber}, #{issuingDate}, #{cogContacts}, #{techPrincipal}, #{contactsFixedTel}, #{contactsFax}, #{legalPersonTel}, #{legalPersonFax}, #{legalPersonEmail}, #{registrationTime}, #{ratepayCode}, #{industry}, #{enterpriseScale}, #{registerType}, #{foreignInvestment}, #{field}, #{taxAuthority}, #{ratepayMethod}, #{highTechZone}, #{riskInvestment}, #{businessScope}, #{highTechName}, #{patentProryStatementUrl}, #{international}, #{reviewInstructions}, #{investment}, #{yearSalesAmount}, #{lastYearResearchAmount}, #{assets}, #{qualification}, #{cooperationSituation}, #{honorPicture}, #{salesTarget}, #{intendedProject}, #{contactsDep}, #{contactsPosition}) insert into organization_identity(uid, contacts, contact_mobile, fixed_tel, qq, postal_address, postcode, unit_name, registered_capital, licence_number, licence_province, licence_city, licence_area, licence_scanning_url, org_code, org_code_url, bank_account, banks, bank_branch, bank_card_number, validation_amount, identity_type, location_province, location_city, location_area, legal_person, legal_person_id_card, last_year_tax_report_url, audit_status, process, wrong_count, payment_date, listed, listed_date, listed_type, stock_code, certificate_number, issuing_date, cog_contacts, tech_principal, contacts_fixed_tel, contacts_fax, legal_person_tel, legal_person_fax, legal_person_email, registration_time, ratepay_code, industry, enterprise_scale, register_type, foreign_investment, field, tax_authority, ratepay_method, high_tech_zone, risk_investment, business_scope, high_tech_name, patent_prory_statement_url, international, review_instructions, investment, year_sales_amount, last_year_research_amount, assets, qualification, cooperation_situation, honor_picture, sales_target, intended_project, contacts_dep, contacts_position) values (#{entity.uid}, #{entity.contacts}, #{entity.contactMobile}, #{entity.fixedTel}, #{entity.qq}, #{entity.postalAddress}, #{entity.postcode}, #{entity.unitName}, #{entity.registeredCapital}, #{entity.licenceNumber}, #{entity.licenceProvince}, #{entity.licenceCity}, #{entity.licenceArea}, #{entity.licenceScanningUrl}, #{entity.orgCode}, #{entity.orgCodeUrl}, #{entity.bankAccount}, #{entity.banks}, #{entity.bankBranch}, #{entity.bankCardNumber}, #{entity.validationAmount}, #{entity.identityType}, #{entity.locationProvince}, #{entity.locationCity}, #{entity.locationArea}, #{entity.legalPerson}, #{entity.legalPersonIdCard}, #{entity.lastYearTaxReportUrl}, #{entity.auditStatus}, #{entity.process}, #{entity.wrongCount}, #{entity.paymentDate}, #{entity.listed}, #{entity.listedDate}, #{entity.listedType}, #{entity.stockCode}, #{entity.certificateNumber}, #{entity.issuingDate}, #{entity.cogContacts}, #{entity.techPrincipal}, #{entity.contactsFixedTel}, #{entity.contactsFax}, #{entity.legalPersonTel}, #{entity.legalPersonFax}, #{entity.legalPersonEmail}, #{entity.registrationTime}, #{entity.ratepayCode}, #{entity.industry}, #{entity.enterpriseScale}, #{entity.registerType}, #{entity.foreignInvestment}, #{entity.field}, #{entity.taxAuthority}, #{entity.ratepayMethod}, #{entity.highTechZone}, #{entity.riskInvestment}, #{entity.businessScope}, #{entity.highTechName}, #{entity.patentProryStatementUrl}, #{entity.international}, #{entity.reviewInstructions}, #{entity.investment}, #{entity.yearSalesAmount}, #{entity.lastYearResearchAmount}, #{entity.assets}, #{entity.qualification}, #{entity.cooperationSituation}, #{entity.honorPicture}, #{entity.salesTarget}, #{entity.intendedProject}, #{entity.contactsDep}, #{entity.contactsPosition}) on duplicate key update uid = values(uid), contacts = values(contacts), contact_mobile = values(contact_mobile), fixed_tel = values(fixed_tel), qq = values(qq), postal_address = values(postal_address), postcode = values(postcode), unit_name = values(unit_name), registered_capital = values(registered_capital), licence_number = values(licence_number), licence_province = values(licence_province), licence_city = values(licence_city), licence_area = values(licence_area), licence_scanning_url = values(licence_scanning_url), org_code = values(org_code), org_code_url = values(org_code_url), bank_account = values(bank_account), banks = values(banks), bank_branch = values(bank_branch), bank_card_number = values(bank_card_number), validation_amount = values(validation_amount), identity_type = values(identity_type), location_province = values(location_province), location_city = values(location_city), location_area = values(location_area), legal_person = values(legal_person), legal_person_id_card = values(legal_person_id_card), last_year_tax_report_url = values(last_year_tax_report_url), audit_status = values(audit_status), process = values(process), wrong_count = values(wrong_count), payment_date = values(payment_date), listed = values(listed), listed_date = values(listed_date), listed_type = values(listed_type), stock_code = values(stock_code), certificate_number = values(certificate_number), issuing_date = values(issuing_date), cog_contacts = values(cog_contacts), tech_principal = values(tech_principal), contacts_fixed_tel = values(contacts_fixed_tel), contacts_fax = values(contacts_fax), legal_person_tel = values(legal_person_tel), legal_person_fax = values(legal_person_fax), legal_person_email = values(legal_person_email), registration_time = values(registration_time), ratepay_code = values(ratepay_code), industry = values(industry), enterprise_scale = values(enterprise_scale), register_type = values(register_type), foreign_investment = values(foreign_investment), field = values(field), tax_authority = values(tax_authority), ratepay_method = values(ratepay_method), high_tech_zone = values(high_tech_zone), risk_investment = values(risk_investment), business_scope = values(business_scope), high_tech_name = values(high_tech_name), patent_prory_statement_url = values(patent_prory_statement_url), international = values(international), review_instructions = values(review_instructions), investment = values(investment), year_sales_amount = values(year_sales_amount), last_year_research_amount = values(last_year_research_amount), assets = values(assets), qualification = values(qualification), cooperation_situation = values(cooperation_situation), honor_picture = values(honor_picture), sales_target = values(sales_target), intended_project = values(intended_project), contacts_dep = values(contacts_dep), contacts_position = values(contacts_position) update organization_identity uid = #{uid}, contacts = #{contacts}, contact_mobile = #{contactMobile}, fixed_tel = #{fixedTel}, qq = #{qq}, postal_address = #{postalAddress}, postcode = #{postcode}, unit_name = #{unitName}, registered_capital = #{registeredCapital}, licence_number = #{licenceNumber}, licence_province = #{licenceProvince}, licence_city = #{licenceCity}, licence_area = #{licenceArea}, licence_scanning_url = #{licenceScanningUrl}, org_code = #{orgCode}, org_code_url = #{orgCodeUrl}, bank_account = #{bankAccount}, banks = #{banks}, bank_branch = #{bankBranch}, bank_card_number = #{bankCardNumber}, validation_amount = #{validationAmount}, identity_type = #{identityType}, location_province = #{locationProvince}, location_city = #{locationCity}, location_area = #{locationArea}, legal_person = #{legalPerson}, legal_person_id_card = #{legalPersonIdCard}, last_year_tax_report_url = #{lastYearTaxReportUrl}, audit_status = #{auditStatus}, process = #{process}, wrong_count = #{wrongCount}, payment_date = #{paymentDate}, listed = #{listed}, listed_date = #{listedDate}, listed_type = #{listedType}, stock_code = #{stockCode}, certificate_number = #{certificateNumber}, issuing_date = #{issuingDate}, cog_contacts = #{cogContacts}, tech_principal = #{techPrincipal}, contacts_fixed_tel = #{contactsFixedTel}, contacts_fax = #{contactsFax}, legal_person_tel = #{legalPersonTel}, legal_person_fax = #{legalPersonFax}, legal_person_email = #{legalPersonEmail}, registration_time = #{registrationTime}, ratepay_code = #{ratepayCode}, industry = #{industry}, enterprise_scale = #{enterpriseScale}, register_type = #{registerType}, foreign_investment = #{foreignInvestment}, field = #{field}, tax_authority = #{taxAuthority}, ratepay_method = #{ratepayMethod}, high_tech_zone = #{highTechZone}, risk_investment = #{riskInvestment}, business_scope = #{businessScope}, high_tech_name = #{highTechName}, patent_prory_statement_url = #{patentProryStatementUrl}, international = #{international}, review_instructions = #{reviewInstructions}, investment = #{investment}, year_sales_amount = #{yearSalesAmount}, last_year_research_amount = #{lastYearResearchAmount}, assets = #{assets}, qualification = #{qualification}, cooperation_situation = #{cooperationSituation}, honor_picture = #{honorPicture}, sales_target = #{salesTarget}, intended_project = #{intendedProject}, contacts_dep = #{contactsDep}, contacts_position = #{contactsPosition}, where id = #{id} delete from organization_identity where id = #{id} update organization_identity `uid` = #{uid,jdbcType=VARCHAR}, contacts = #{contacts,jdbcType=VARCHAR}, contact_mobile = #{contactMobile,jdbcType=VARCHAR}, fixed_tel = #{fixedTel,jdbcType=VARCHAR}, qq = #{qq,jdbcType=VARCHAR}, postal_address = #{postalAddress,jdbcType=VARCHAR}, postcode = #{postcode,jdbcType=VARCHAR}, unit_name = #{unitName,jdbcType=VARCHAR}, registered_capital = #{registeredCapital,jdbcType=DECIMAL}, licence_number = #{licenceNumber,jdbcType=VARCHAR}, licence_province = #{licenceProvince,jdbcType=INTEGER}, licence_city = #{licenceCity,jdbcType=INTEGER}, licence_area = #{licenceArea,jdbcType=INTEGER}, licence_scanning_url = #{licenceScanningUrl,jdbcType=VARCHAR}, org_code = #{orgCode,jdbcType=VARCHAR}, org_code_url = #{orgCodeUrl,jdbcType=VARCHAR}, bank_account = #{bankAccount,jdbcType=VARCHAR}, banks = #{banks,jdbcType=VARCHAR}, bank_branch = #{bankBranch,jdbcType=VARCHAR}, bank_card_number = #{bankCardNumber,jdbcType=VARCHAR}, validation_amount = #{validationAmount,jdbcType=DECIMAL}, identity_type = #{identityType,jdbcType=INTEGER}, location_province = #{locationProvince,jdbcType=INTEGER}, location_city = #{locationCity,jdbcType=INTEGER}, location_area = #{locationArea,jdbcType=INTEGER}, legal_person = #{legalPerson,jdbcType=VARCHAR}, legal_person_id_card = #{legalPersonIdCard,jdbcType=VARCHAR}, last_year_tax_report_url = #{lastYearTaxReportUrl,jdbcType=VARCHAR}, audit_status = #{auditStatus,jdbcType=INTEGER}, `process` = #{process,jdbcType=INTEGER}, wrong_count = #{wrongCount,jdbcType=INTEGER}, payment_date = #{paymentDate,jdbcType=TIMESTAMP}, listed = #{listed,jdbcType=INTEGER}, listed_date = #{listedDate,jdbcType=TIMESTAMP}, listed_type = #{listedType,jdbcType=INTEGER}, stock_code = #{stockCode,jdbcType=VARCHAR}, certificate_number = #{certificateNumber,jdbcType=VARCHAR}, issuing_date = #{issuingDate,jdbcType=TIMESTAMP}, cog_contacts = #{cogContacts,jdbcType=INTEGER}, tech_principal = #{techPrincipal,jdbcType=VARCHAR}, contacts_fixed_tel = #{contactsFixedTel,jdbcType=VARCHAR}, contacts_fax = #{contactsFax,jdbcType=VARCHAR}, legal_person_tel = #{legalPersonTel,jdbcType=VARCHAR}, legal_person_fax = #{legalPersonFax,jdbcType=VARCHAR}, legal_person_email = #{legalPersonEmail,jdbcType=VARCHAR}, registration_time = #{registrationTime,jdbcType=TIMESTAMP}, ratepay_code = #{ratepayCode,jdbcType=VARCHAR}, industry = #{industry,jdbcType=INTEGER}, enterprise_scale = #{enterpriseScale,jdbcType=VARCHAR}, register_type = #{registerType,jdbcType=VARCHAR}, foreign_investment = #{foreignInvestment,jdbcType=VARCHAR}, field = #{field,jdbcType=VARCHAR}, tax_authority = #{taxAuthority,jdbcType=INTEGER}, ratepay_method = #{ratepayMethod,jdbcType=INTEGER}, high_tech_zone = #{highTechZone,jdbcType=INTEGER}, risk_investment = #{riskInvestment,jdbcType=INTEGER}, business_scope = #{businessScope,jdbcType=VARCHAR}, high_tech_name = #{highTechName,jdbcType=VARCHAR}, patent_prory_statement_url = #{patentProryStatementUrl,jdbcType=VARCHAR}, international = #{international,jdbcType=INTEGER}, review_instructions = #{reviewInstructions,jdbcType=VARCHAR}, investment = #{investment,jdbcType=INTEGER}, year_sales_amount = #{yearSalesAmount,jdbcType=DECIMAL}, last_year_research_amount = #{lastYearResearchAmount,jdbcType=DECIMAL}, assets = #{assets,jdbcType=DECIMAL}, qualification = #{qualification,jdbcType=VARCHAR}, cooperation_situation = #{cooperationSituation,jdbcType=VARCHAR}, honor_picture = #{honorPicture,jdbcType=VARCHAR}, sales_target = #{salesTarget,jdbcType=VARCHAR}, intended_project = #{intendedProject,jdbcType=VARCHAR}, contacts_dep = #{contactsDep,jdbcType=VARCHAR}, contacts_position = #{contactsPosition,jdbcType=VARCHAR}, where id = #{id,jdbcType=VARCHAR} update organization_identity set `uid` = #{uid,jdbcType=VARCHAR}, contacts = #{contacts,jdbcType=VARCHAR}, contact_mobile = #{contactMobile,jdbcType=VARCHAR}, fixed_tel = #{fixedTel,jdbcType=VARCHAR}, qq = #{qq,jdbcType=VARCHAR}, postal_address = #{postalAddress,jdbcType=VARCHAR}, postcode = #{postcode,jdbcType=VARCHAR}, unit_name = #{unitName,jdbcType=VARCHAR}, registered_capital = #{registeredCapital,jdbcType=DECIMAL}, licence_number = #{licenceNumber,jdbcType=VARCHAR}, licence_province = #{licenceProvince,jdbcType=INTEGER}, licence_city = #{licenceCity,jdbcType=INTEGER}, licence_area = #{licenceArea,jdbcType=INTEGER}, licence_scanning_url = #{licenceScanningUrl,jdbcType=VARCHAR}, org_code = #{orgCode,jdbcType=VARCHAR}, org_code_url = #{orgCodeUrl,jdbcType=VARCHAR}, bank_account = #{bankAccount,jdbcType=VARCHAR}, banks = #{banks,jdbcType=VARCHAR}, bank_branch = #{bankBranch,jdbcType=VARCHAR}, bank_card_number = #{bankCardNumber,jdbcType=VARCHAR}, validation_amount = #{validationAmount,jdbcType=DECIMAL}, identity_type = #{identityType,jdbcType=INTEGER}, location_province = #{locationProvince,jdbcType=INTEGER}, location_city = #{locationCity,jdbcType=INTEGER}, location_area = #{locationArea,jdbcType=INTEGER}, legal_person = #{legalPerson,jdbcType=VARCHAR}, legal_person_id_card = #{legalPersonIdCard,jdbcType=VARCHAR}, last_year_tax_report_url = #{lastYearTaxReportUrl,jdbcType=VARCHAR}, audit_status = #{auditStatus,jdbcType=INTEGER}, `process` = #{process,jdbcType=INTEGER}, wrong_count = #{wrongCount,jdbcType=INTEGER}, payment_date = #{paymentDate,jdbcType=TIMESTAMP}, listed = #{listed,jdbcType=INTEGER}, listed_date = #{listedDate,jdbcType=TIMESTAMP}, listed_type = #{listedType,jdbcType=INTEGER}, stock_code = #{stockCode,jdbcType=VARCHAR}, certificate_number = #{certificateNumber,jdbcType=VARCHAR}, issuing_date = #{issuingDate,jdbcType=TIMESTAMP}, cog_contacts = #{cogContacts,jdbcType=INTEGER}, tech_principal = #{techPrincipal,jdbcType=VARCHAR}, contacts_fixed_tel = #{contactsFixedTel,jdbcType=VARCHAR}, contacts_fax = #{contactsFax,jdbcType=VARCHAR}, legal_person_tel = #{legalPersonTel,jdbcType=VARCHAR}, legal_person_fax = #{legalPersonFax,jdbcType=VARCHAR}, legal_person_email = #{legalPersonEmail,jdbcType=VARCHAR}, registration_time = #{registrationTime,jdbcType=TIMESTAMP}, ratepay_code = #{ratepayCode,jdbcType=VARCHAR}, industry = #{industry,jdbcType=INTEGER}, enterprise_scale = #{enterpriseScale,jdbcType=VARCHAR}, register_type = #{registerType,jdbcType=VARCHAR}, foreign_investment = #{foreignInvestment,jdbcType=VARCHAR}, field = #{field,jdbcType=VARCHAR}, tax_authority = #{taxAuthority,jdbcType=INTEGER}, ratepay_method = #{ratepayMethod,jdbcType=INTEGER}, high_tech_zone = #{highTechZone,jdbcType=INTEGER}, risk_investment = #{riskInvestment,jdbcType=INTEGER}, business_scope = #{businessScope,jdbcType=VARCHAR}, high_tech_name = #{highTechName,jdbcType=VARCHAR}, patent_prory_statement_url = #{patentProryStatementUrl,jdbcType=VARCHAR}, international = #{international,jdbcType=INTEGER}, review_instructions = #{reviewInstructions,jdbcType=VARCHAR}, investment = #{investment,jdbcType=INTEGER}, year_sales_amount = #{yearSalesAmount,jdbcType=DECIMAL}, last_year_research_amount = #{lastYearResearchAmount,jdbcType=DECIMAL}, assets = #{assets,jdbcType=DECIMAL}, qualification = #{qualification,jdbcType=VARCHAR}, cooperation_situation = #{cooperationSituation,jdbcType=VARCHAR}, honor_picture = #{honorPicture,jdbcType=VARCHAR}, sales_target = #{salesTarget,jdbcType=VARCHAR}, intended_project = #{intendedProject,jdbcType=VARCHAR}, contacts_dep = #{contactsDep,jdbcType=VARCHAR}, contacts_position = #{contactsPosition,jdbcType=VARCHAR} where id = #{id,jdbcType=VARCHAR} update organization_identity contacts = #{contacts,jdbcType=VARCHAR}, contact_mobile = #{contactMobile,jdbcType=VARCHAR}, fixed_tel = #{fixedTel,jdbcType=VARCHAR}, qq = #{qq,jdbcType=VARCHAR}, postal_address = #{postalAddress,jdbcType=VARCHAR}, postcode = #{postcode,jdbcType=VARCHAR}, unit_name = #{unitName,jdbcType=VARCHAR}, registered_capital = #{registeredCapital,jdbcType=DECIMAL}, licence_number = #{licenceNumber,jdbcType=VARCHAR}, licence_province = #{licenceProvince,jdbcType=INTEGER}, licence_city = #{licenceCity,jdbcType=INTEGER}, licence_area = #{licenceArea,jdbcType=INTEGER}, licence_scanning_url = #{licenceScanningUrl,jdbcType=VARCHAR}, org_code = #{orgCode,jdbcType=VARCHAR}, org_code_url = #{orgCodeUrl,jdbcType=VARCHAR}, bank_account = #{bankAccount,jdbcType=VARCHAR}, banks = #{banks,jdbcType=VARCHAR}, bank_branch = #{bankBranch,jdbcType=VARCHAR}, bank_card_number = #{bankCardNumber,jdbcType=VARCHAR}, validation_amount = #{validationAmount,jdbcType=DECIMAL}, identity_type = #{identityType,jdbcType=INTEGER}, location_province = #{locationProvince,jdbcType=INTEGER}, location_city = #{locationCity,jdbcType=INTEGER}, location_area = #{locationArea,jdbcType=INTEGER}, legal_person = #{legalPerson,jdbcType=VARCHAR}, legal_person_id_card = #{legalPersonIdCard,jdbcType=VARCHAR}, last_year_tax_report_url = #{lastYearTaxReportUrl,jdbcType=VARCHAR}, audit_status = #{auditStatus,jdbcType=INTEGER}, `process` = #{process,jdbcType=INTEGER}, wrong_count = #{wrongCount,jdbcType=INTEGER}, payment_date = #{paymentDate,jdbcType=TIMESTAMP}, listed = #{listed,jdbcType=INTEGER}, listed_date = #{listedDate,jdbcType=TIMESTAMP}, listed_type = #{listedType,jdbcType=INTEGER}, stock_code = #{stockCode,jdbcType=VARCHAR}, certificate_number = #{certificateNumber,jdbcType=VARCHAR}, issuing_date = #{issuingDate,jdbcType=TIMESTAMP}, cog_contacts = #{cogContacts,jdbcType=INTEGER}, tech_principal = #{techPrincipal,jdbcType=VARCHAR}, contacts_fixed_tel = #{contactsFixedTel,jdbcType=VARCHAR}, contacts_fax = #{contactsFax,jdbcType=VARCHAR}, legal_person_tel = #{legalPersonTel,jdbcType=VARCHAR}, legal_person_fax = #{legalPersonFax,jdbcType=VARCHAR}, legal_person_email = #{legalPersonEmail,jdbcType=VARCHAR}, registration_time = #{registrationTime,jdbcType=TIMESTAMP}, ratepay_code = #{ratepayCode,jdbcType=VARCHAR}, industry = #{industry,jdbcType=INTEGER}, enterprise_scale = #{enterpriseScale,jdbcType=VARCHAR}, register_type = #{registerType,jdbcType=VARCHAR}, foreign_investment = #{foreignInvestment,jdbcType=VARCHAR}, field = #{field,jdbcType=VARCHAR}, tax_authority = #{taxAuthority,jdbcType=INTEGER}, ratepay_method = #{ratepayMethod,jdbcType=INTEGER}, high_tech_zone = #{highTechZone,jdbcType=INTEGER}, risk_investment = #{riskInvestment,jdbcType=INTEGER}, business_scope = #{businessScope,jdbcType=VARCHAR}, high_tech_name = #{highTechName,jdbcType=VARCHAR}, patent_prory_statement_url = #{patentProryStatementUrl,jdbcType=VARCHAR}, international = #{international,jdbcType=INTEGER}, review_instructions = #{reviewInstructions,jdbcType=VARCHAR}, investment = #{investment,jdbcType=INTEGER}, year_sales_amount = #{yearSalesAmount,jdbcType=DECIMAL}, last_year_research_amount = #{lastYearResearchAmount,jdbcType=DECIMAL}, assets = #{assets,jdbcType=DECIMAL}, qualification = #{qualification,jdbcType=VARCHAR}, cooperation_situation = #{cooperationSituation,jdbcType=VARCHAR}, honor_picture = #{honorPicture,jdbcType=VARCHAR}, sales_target = #{salesTarget,jdbcType=VARCHAR}, intended_project = #{intendedProject,jdbcType=VARCHAR}, contacts_dep = #{contactsDep,jdbcType=VARCHAR}, contacts_position = #{contactsPosition,jdbcType=VARCHAR}, where uid = #{uid,jdbcType=VARCHAR} INSERT INTO organization_identity (id, uid, contacts, contact_mobile,location_province,location_city)VALUES (UUID(), #{item.uid,jdbcType=VARCHAR}, #{item.contacts,jdbcType=VARCHAR}, #{item.contactMobile,jdbcType=VARCHAR}, #{item.province,jdbcType=TIMESTAMP}, #{item.city,jdbcType=TIMESTAMP})