QUERY PLAN
Sort (cost=13.69..13.74 rows=23 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..13.17 rows=23 width=78)
Filter: ((department_id = ANY ('{4,1,2,3,9,8,6,7,10}'::integer[])) AND (id = ANY ('{5252,1023,5300,5248,1017,1013,5413,5446,5250,5087,5360,5388,1022,1011,5445,1005,1004,5085,5296,1015,5295,5064,1001}'::integer[])))