QUERY PLAN
Sort (cost=11.83..11.87 rows=15 width=78)
Sort Key: pinyin1 NULLS FIRST, namecut1 NULLS FIRST, pinyin2 NULLS FIRST, namecut2 NULLS FIRST, pinyin3 NULLS FIRST, namecut3 NULLS FIRST, pinyin4 NULLS FIRST, namecut4 NULLS FIRST
-> Seq Scan on tbl_users (cost=0.00..11.54 rows=15 width=78)
Filter: ((department_id = ANY ('{4,1,2,3,9,8,7,10}'::integer[])) AND (id = ANY ('{1000,5360,5300,1011,5445,1005,1004,5296,1015,5295,1013,5064,5446,1001,5087}'::integer[])))