<!--where tca.org_id IN (select org.org_id from t_sys_org org where org.parent_ids like concat('%',#{param.orgId},'%') or org.org_id = #{param.orgId})-->
WHERE EXISTS (
SELECT 1
FROM unnest(string_to_array(tca.org_id, ',')) AS org(id)
FROM unnest(string_to_array(tcl.org_id, ',')) AS org(id)