company_id, company_name, company_type, company_ltd, credit_code, register_address,
operate_address, certificateType, id_number, business_license, legal_person, invitation_code,
invitation_co_name, business_scope, auth_person, auth_id_number, auth_phone, auth_document,
id_face_url, id_nation_url, auth_email,create_time, creator, auditor, audit_time, audit_remark,
`status`, logo_url,update_time,legal_face_url,legal_nation_url
update bm_company_info set status = '4'
where company_id = #{companyId,jdbcType=INTEGER}
insert into bm_company_info (company_name, company_type, company_ltd,
credit_code, register_address, operate_address,
certificateType, id_number, business_license,
legal_person, invitation_code, invitation_co_name,
business_scope, auth_person, auth_id_number,
auth_phone, auth_document, id_face_url,
id_nation_url,auth_email, create_time, creator,
auditor, audit_time, audit_remark,
`status`,logo_url update_time,legal_face_url,legal_nation_url)
values (#{companyName,jdbcType=VARCHAR}, #{companyType,jdbcType=VARCHAR}, #{companyLtd,jdbcType=VARCHAR},
#{creditCode,jdbcType=VARCHAR}, #{registerAddress,jdbcType=VARCHAR}, #{operateAddress,jdbcType=VARCHAR},
#{certificatetype,jdbcType=VARCHAR}, #{idNumber,jdbcType=VARCHAR}, #{businessLicense,jdbcType=VARCHAR},
#{legalPerson,jdbcType=VARCHAR}, #{invitationCode,jdbcType=VARCHAR}, #{invitationCoName,jdbcType=VARCHAR},
#{businessScope,jdbcType=VARCHAR}, #{authPerson,jdbcType=VARCHAR}, #{authIdNumber,jdbcType=VARCHAR},
#{authPhone,jdbcType=VARCHAR}, #{authDocument,jdbcType=VARCHAR}, #{idFaceUrl,jdbcType=VARCHAR},
#{idNationUrl,jdbcType=VARCHAR},#{authEmail,jdbcType=VARCHAR}, #{createTime,jdbcType=VARCHAR}, #{creator,jdbcType=INTEGER},
#{auditor,jdbcType=INTEGER}, #{auditTime,jdbcType=VARCHAR}, #{auditRemark,jdbcType=VARCHAR},
#{status,jdbcType=VARCHAR},#{logoUrl,jdbcType=VARCHAR}, #{updateTime,jdbcType=VARCHAR},#{legalFaceUrl},#{legalNationUrl})
insert into bm_company_info
company_name,
company_type,
company_ltd,
credit_code,
register_address,
operate_address,
certificateType,
id_number,
business_license,
legal_person,
invitation_code,
invitation_co_name,
business_scope,
auth_person,
auth_id_number,
auth_phone,
auth_document,
id_face_url,
id_nation_url,
auth_email,
create_time,
creator,
auditor,
audit_time,
audit_remark,
`status`,
logo_url,
update_time,
legal_face_url,
legal_nation_url,
#{companyName,jdbcType=VARCHAR},
#{companyType,jdbcType=VARCHAR},
#{companyLtd,jdbcType=VARCHAR},
#{creditCode,jdbcType=VARCHAR},
#{registerAddress,jdbcType=VARCHAR},
#{operateAddress,jdbcType=VARCHAR},
#{certificatetype,jdbcType=VARCHAR},
#{idNumber,jdbcType=VARCHAR},
#{businessLicense,jdbcType=VARCHAR},
#{legalPerson,jdbcType=VARCHAR},
#{invitationCode,jdbcType=VARCHAR},
#{invitationCoName,jdbcType=VARCHAR},
#{businessScope,jdbcType=VARCHAR},
#{authPerson,jdbcType=VARCHAR},
#{authIdNumber,jdbcType=VARCHAR},
#{authPhone,jdbcType=VARCHAR},
#{authDocument,jdbcType=VARCHAR},
#{idFaceUrl,jdbcType=VARCHAR},
#{idNationUrl,jdbcType=VARCHAR},
#{auth_email,jdbcType=VARCHAR},
#{createTime,jdbcType=VARCHAR},
#{creator,jdbcType=INTEGER},
#{auditor,jdbcType=INTEGER},
#{auditTime,jdbcType=VARCHAR},
#{auditRemark,jdbcType=VARCHAR},
#{status,jdbcType=VARCHAR},
#{logoUrl,jdbcType=VARCHAR},
#{updateTime,jdbcType=VARCHAR},
#{legalFaceUrl},
#{legalNationUrl},
update bm_company_info
company_name = #{companyName,jdbcType=VARCHAR},
company_type = #{companyType,jdbcType=VARCHAR},
company_ltd = #{companyLtd,jdbcType=VARCHAR},
credit_code = #{creditCode,jdbcType=VARCHAR},
register_address = #{registerAddress,jdbcType=VARCHAR},
operate_address = #{operateAddress,jdbcType=VARCHAR},
certificateType = #{certificatetype,jdbcType=VARCHAR},
id_number = #{idNumber,jdbcType=VARCHAR},
business_license = #{businessLicense,jdbcType=VARCHAR},
legal_person = #{legalPerson,jdbcType=VARCHAR},
invitation_code = #{invitationCode,jdbcType=VARCHAR},
invitation_co_name = #{invitationCoName,jdbcType=VARCHAR},
business_scope = #{businessScope,jdbcType=VARCHAR},
auth_person = #{authPerson,jdbcType=VARCHAR},
auth_id_number = #{authIdNumber,jdbcType=VARCHAR},
auth_phone = #{authPhone,jdbcType=VARCHAR},
auth_document = #{authDocument,jdbcType=VARCHAR},
id_face_url = #{idFaceUrl,jdbcType=VARCHAR},
id_nation_url = #{idNationUrl,jdbcType=VARCHAR},
auth_email = #{authEmail,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=VARCHAR},
creator = #{creator,jdbcType=INTEGER},
auditor = #{auditor,jdbcType=INTEGER},
audit_time = #{auditTime,jdbcType=VARCHAR},
audit_remark = #{auditRemark,jdbcType=VARCHAR},
`status` = #{status,jdbcType=VARCHAR},
logo_url = #{logoUrl,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=VARCHAR},
legal_face_url = #{legalFaceUrl},
legal_nation_url = #{legalNationUrl},
where company_id = #{companyId,jdbcType=INTEGER}
update bm_company_info
set company_name = #{companyName,jdbcType=VARCHAR},
company_type = #{companyType,jdbcType=VARCHAR},
company_ltd = #{companyLtd,jdbcType=VARCHAR},
credit_code = #{creditCode,jdbcType=VARCHAR},
register_address = #{registerAddress,jdbcType=VARCHAR},
operate_address = #{operateAddress,jdbcType=VARCHAR},
certificateType = #{certificatetype,jdbcType=VARCHAR},
id_number = #{idNumber,jdbcType=VARCHAR},
business_license = #{businessLicense,jdbcType=VARCHAR},
legal_person = #{legalPerson,jdbcType=VARCHAR},
invitation_code = #{invitationCode,jdbcType=VARCHAR},
invitation_co_name = #{invitationCoName,jdbcType=VARCHAR},
business_scope = #{businessScope,jdbcType=VARCHAR},
auth_person = #{authPerson,jdbcType=VARCHAR},
auth_id_number = #{authIdNumber,jdbcType=VARCHAR},
auth_phone = #{authPhone,jdbcType=VARCHAR},
auth_document = #{authDocument,jdbcType=VARCHAR},
id_face_url = #{idFaceUrl,jdbcType=VARCHAR},
id_nation_url = #{idNationUrl,jdbcType=VARCHAR},
auth_email = #{authEmail,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=VARCHAR},
creator = #{creator,jdbcType=INTEGER},
auditor = #{auditor,jdbcType=INTEGER},
audit_time = #{auditTime,jdbcType=VARCHAR},
audit_remark = #{auditRemark,jdbcType=VARCHAR},
`status` = #{status,jdbcType=VARCHAR},
logo_url = #{logoUrl,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=VARCHAR},
legal_face_url = #{legalFaceUrl},
legal_nation_url = #{legalNationUrl}
where company_id = #{companyId,jdbcType=INTEGER}