| Aggregate (cost=6.48..6.49 rows=1 width=32) |
| -> Hash Join (cost=1.21..6.13 rows=141 width=3) |
| Hash Cond: (am.erp_provident_fund_id = t.id) |
| -> Seq Scan on tbl_erp_provident_fund_amounts am (cost=0.00..4.11 rows=211 width=7) |
| -> Hash (cost=1.14..1.14 rows=6 width=4) |
| -> Seq Scan on tbl_erp_provident_funds t (cost=0.00..1.14 rows=6 width=4) |
| Filter: ((bank_settle_at <= '2026-06-30 23:59:59+08'::timestamp with time zone) AND (status = 2)) |