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,8,6,7,10}'::integer[])) AND (id = ANY ('{1011,5295,5252,5250,5449,5311,1022,5446,1015,1023,5016,5248,5332,1005,5085,5388,5087,5064,1004,1017,1013,5360,5300,1000,1001}'::integer[])))