t2.region_name as registrationAuthorityProvinceName,
t3.region_name as registrationAuthorityCityName,
t4.region_name as registrationAuthorityAreaName
from unit_member t1
left join region t2 on t2.region_id = t1.registration_authority_province
left join region t3 on t3.region_id = t1.registration_authority_city
left join region t4 on t4.region_id = t1.registration_authority_area
<where>
<iftest="companyName != null and companyName != ''"> and company_name like concat('%', #{companyName}, '%')</if>
<iftest="unitResidence != null and unitResidence != ''"> and unit_residence like concat('%', #{unitResidence}, '%')</if>
<iftest="unifiedSocialCreditCode != null and unifiedSocialCreditCode != ''"> and unified_social_credit_code like concat('%', #{unifiedSocialCreditCode}, '%')</if>
<iftest="dateOfEstablishment != null "> and date_of_establishment = #{dateOfEstablishment}</if>
<iftest="registrationAuthorityCity != null and registrationAuthorityCity != ''"> and registration_authority_city = #{registrationAuthorityCity}</if>
<iftest="registrationAuthorityArea != null and registrationAuthorityArea != ''"> and registration_authority_area = #{registrationAuthorityArea}</if>
<iftest="registeredCapital != null and registeredCapital != ''"> and registered_capital = #{registeredCapital}</if>
<iftest="legalRepresentative != null and legalRepresentative != ''"> and legal_representative = #{legalRepresentative}</if>
<iftest="headOfAnUnincorporatedOrganization != null and headOfAnUnincorporatedOrganization != ''"> and head_of_an_unincorporated_organization = #{headOfAnUnincorporatedOrganization}</if>
<iftest="unitType != null and unitType != ''"> and unit_type = #{unitType}</if>
<iftest="applicationLevel != null and applicationLevel != ''"> and application_level = #{applicationLevel}</if>
<iftest="legalAuthorityName != null and legalAuthorityName != ''"> and legal_authority_name like concat('%', #{legalAuthorityName}, '%')</if>
<iftest="legalAuthoritySex != null and legalAuthoritySex != ''"> and legal_authority_sex = #{legalAuthoritySex}</if>
<iftest="legalAuthorityNationality != null and legalAuthorityNationality != ''"> and legal_authority_nationality = #{legalAuthorityNationality}</if>
<iftest="legalAuthorityPoliticalStatus != null and legalAuthorityPoliticalStatus != ''"> and legal_authority_political_status = #{legalAuthorityPoliticalStatus}</if>
<iftest="legalAuthorityWorkingDepartment != null and legalAuthorityWorkingDepartment != ''"> and legal_authority_working_department = #{legalAuthorityWorkingDepartment}</if>
<iftest="legalAuthorityPosition != null and legalAuthorityPosition != ''"> and legal_authority_position = #{legalAuthorityPosition}</if>
<iftest="legalAuthorityIdNumber != null and legalAuthorityIdNumber != ''"> and legal_authority_id_number = #{legalAuthorityIdNumber}</if>
<iftest="contactNumber != null and contactNumber != ''"> and contact_number = #{contactNumber}</if>
<iftest="basicInformationOfTheUnit != null and basicInformationOfTheUnit != ''"> and basic_information_of_the_unit = #{basicInformationOfTheUnit}</if>
<iftest="corporate != null and corporate != ''"> and corporate = #{corporate}</if>
<iftest="unincorporatedOrganizations != null and unincorporatedOrganizations != ''"> and unincorporated_organizations = #{unincorporatedOrganizations}</if>
<iftest="approvalStatus != null and approvalStatus != ''"> and approval_status = #{approvalStatus}</if>
<iftest="createBy != null and createBy != ''"> and create_by = #{createBy}</if>
<iftest="companyName != null and companyName != ''"> and t1.company_name like concat('%', #{companyName}, '%')</if>
<iftest="unitResidence != null and unitResidence != ''"> and t1.unit_residence like concat('%', #{unitResidence}, '%')</if>
<iftest="unifiedSocialCreditCode != null and unifiedSocialCreditCode != ''"> and t1.unified_social_credit_code like concat('%', #{unifiedSocialCreditCode}, '%')</if>
<iftest="dateOfEstablishment != null "> and t1.date_of_establishment = #{dateOfEstablishment}</if>
<iftest="registrationAuthorityCity != null and registrationAuthorityCity != ''"> and t1.registration_authority_city = #{registrationAuthorityCity}</if>
<iftest="registrationAuthorityArea != null and registrationAuthorityArea != ''"> and t1.registration_authority_area = #{registrationAuthorityArea}</if>
<iftest="registeredCapital != null and registeredCapital != ''"> and t1.registered_capital = #{registeredCapital}</if>
<iftest="legalRepresentative != null and legalRepresentative != ''"> and t1.legal_representative = #{legalRepresentative}</if>
<iftest="headOfAnUnincorporatedOrganization != null and headOfAnUnincorporatedOrganization != ''"> and t1.head_of_an_unincorporated_organization = #{headOfAnUnincorporatedOrganization}</if>
<iftest="unitType != null and unitType != ''"> and t1.unit_type = #{unitType}</if>
<iftest="applicationLevel != null and applicationLevel != ''"> and t1.application_level = #{applicationLevel}</if>
<iftest="legalAuthorityName != null and legalAuthorityName != ''"> and t1.legal_authority_name like concat('%', #{legalAuthorityName}, '%')</if>
<iftest="legalAuthoritySex != null and legalAuthoritySex != ''"> and t1.legal_authority_sex = #{legalAuthoritySex}</if>
<iftest="legalAuthorityNationality != null and legalAuthorityNationality != ''"> and t1.legal_authority_nationality = #{legalAuthorityNationality}</if>
<iftest="legalAuthorityPoliticalStatus != null and legalAuthorityPoliticalStatus != ''"> and t1.legal_authority_political_status = #{legalAuthorityPoliticalStatus}</if>
<iftest="legalAuthorityWorkingDepartment != null and legalAuthorityWorkingDepartment != ''"> and t1.legal_authority_working_department = #{legalAuthorityWorkingDepartment}</if>
<iftest="legalAuthorityPosition != null and legalAuthorityPosition != ''"> and t1.legal_authority_position = #{legalAuthorityPosition}</if>
<iftest="legalAuthorityIdNumber != null and legalAuthorityIdNumber != ''"> and t1.legal_authority_id_number = #{legalAuthorityIdNumber}</if>
<iftest="contactNumber != null and contactNumber != ''"> and t1.contact_number = #{contactNumber}</if>
<iftest="basicInformationOfTheUnit != null and basicInformationOfTheUnit != ''"> and t1.basic_information_of_the_unit = #{basicInformationOfTheUnit}</if>
<iftest="corporate != null and corporate != ''"> and t1.corporate = #{corporate}</if>
<iftest="unincorporatedOrganizations != null and unincorporatedOrganizations != ''"> and t1.unincorporated_organizations = #{unincorporatedOrganizations}</if>
<iftest="approvalStatus != null and approvalStatus != ''"> and t1.approval_status = #{approvalStatus}</if>
<iftest="createBy != null and createBy != ''"> and t1.create_by = #{createBy}</if>