QUERY PLAN
Sort (cost=22.96..22.97 rows=4 width=55)
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..22.92 rows=4 width=55)
Filter: ((user_status = '1'::type_global_user_status) AND (department_id = ANY ('{4,1,2,3,9,8,6,7,10}'::integer[])) AND (id = ANY ('{5311,1001,5064,1000,5295,1023,5332,5461,5248,1015,1011,5300,5446,5252,5085,5449,1022,5250,5087,1004,1013,5360,1005,5476,5016}'::integer[])))