QUERY PLAN
Sort (cost=145.71..145.71 rows=2 width=48)
Sort Key: tbl_users.pinyin1 NULLS FIRST, tbl_users.namecut1 NULLS FIRST, tbl_users.pinyin2 NULLS FIRST, tbl_users.namecut2 NULLS FIRST, tbl_users.pinyin3 NULLS FIRST, tbl_users.namecut3 NULLS FIRST, tbl_users.pinyin4 NULLS FIRST, tbl_users.namecut4 NULLS FIRST
-> Seq Scan on tbl_users (cost=137.05..145.70 rows=2 width=48)
Filter: ((id = ANY ('{1013,5388,1001}'::integer[])) AND ((user_status = '1'::type_global_user_status) OR (hashed SubPlan 1)))
SubPlan 1
-> Seq Scan on tbl_reimbursement_settle_rels (cost=0.00..137.05 rows=1 width=4)
Filter: (reimbursement_id = 8246)