QUERY PLAN
Sort (cost=142.94..142.95 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=134.29..142.93 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..134.29 rows=1 width=4)
Filter: (reimbursement_id = 7912)