| Aggregate (cost=1633.62..1633.63 rows=1 width=200) |
| -> Unique (cost=1629.40..1631.35 rows=41 width=118) |
| -> Sort (cost=1629.40..1629.51 rows=41 width=118) |
| Sort Key: (CASE WHEN ((rvr.status = 0) AND (r.next_verify_user = 1001)) THEN 1 ELSE 0 END) DESC, r.id, r.amount, r.occurrence_at, r.settle_accounts_at, r.settle_accounts_by, r.description, r.created_by, r.created_at, r.updated_at, r.refuse_description, r.client_id, r.project_id, r.next_verify_user, r.is_resubmited, r.work_log_id, r.pre_sales_id, r.implement_record_id |
| -> Group (cost=1627.79..1628.30 rows=41 width=118) |
| Group Key: (CASE WHEN ((rvr.status = 0) AND (r.next_verify_user = 1001)) THEN 1 ELSE 0 END), r.id |
| -> Sort (cost=1627.79..1627.89 rows=41 width=118) |
| Sort Key: (CASE WHEN ((rvr.status = 0) AND (r.next_verify_user = 1001)) THEN 1 ELSE 0 END) DESC, r.id |
| -> Nested Loop Left Join (cost=424.37..1626.69 rows=41 width=118) |
| -> Nested Loop Left Join (cost=424.08..1188.11 rows=41 width=118) |
| -> Hash Join (cost=423.79..866.99 rows=41 width=118) |
| Hash Cond: (rvr.reimbursement_id = r.id) |
| -> Seq Scan on tbl_reimbursement_verify_rels rvr (cost=0.00..411.31 rows=8394 width=8) |
| Filter: (user_id = 1001) |
| -> Hash (cost=423.28..423.28 rows=41 width=114) |
| -> Hash Right Join (cost=271.32..423.28 rows=41 width=114) |
| Hash Cond: (rsr.reimbursement_id = r.id) |
| -> Seq Scan on tbl_reimbursement_settle_rels rsr (cost=0.00..129.92 rows=8392 width=4) |
| -> Hash (cost=270.81..270.81 rows=41 width=114) |
| -> Seq Scan on tbl_reimbursements r (cost=0.00..270.81 rows=41 width=114) |
| Filter: ((status <> 0) AND (status = '1'::smallint)) |
| -> Index Only Scan using tbl_term_taxonomy_relationships_object_id_term_id_idx on tbl_term_taxonomy_relationships dt1 (cost=0.29..7.82 rows=1 width=4) |
| Index Cond: ((object_id = r.id) AND (term_id = 15)) |
| -> Index Scan using tbl_term_taxonomy_relationships_object_id_term_id_idx on tbl_term_taxonomy_relationships dt2 (cost=0.29..10.68 rows=1 width=4) |
| Index Cond: ((object_id = r.id) AND (term_id = 18)) |
| Filter: (object_type = 7) |