<includerefid="Base_Column_List"/>,GROUP_CONCAT(distinct c.COMPANY_NAME) as COMPANY_NAME,GROUP_CONCAT(distinct l.SEAL_NAME) as SEAL_NAME,GROUP_CONCAT(distinct l.id) as SEAL_ID
FROM fdd_person_account a
left join fdd_company_info c on FIND_IN_SET(c.ID,a.COMPANY_INFO_ID)
left join fdd_seal_person_auth s on s.FDD_PERSON_ACCOUNT_ID=a.id