22xCode 备忘PostgreSQL的"find_in_set"2024-10-28 16:46:16 2SELECT * FROM sys_dept WHERE #{id} = ANY (string_to_array(ids, ','));注意id也需要是字符串形式postgresql