QUERY PLAN
Sort (cost=13.62..13.63 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..13.58 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 ('{5295,1011,1001,5446,5252,5449,5250,5016,1023,1015,5311,1022,5332,5248,5085,1005,5087,1004,5360,5064,1013,5300,5388,1000}'::integer[])))