| Aggregate (cost=50.66..50.67 rows=1 width=32) |
| -> Nested Loop (cost=3.85..50.66 rows=1 width=6) |
| -> Hash Join (cost=3.57..44.67 rows=1 width=10) |
| Hash Cond: (r.erp_other_payment_ticket_id = op.id) |
| -> Seq Scan on tbl_erp_payment_ticket_settles r (cost=0.00..41.01 rows=32 width=14) |
| Filter: (erp_other_payment_ticket_id IS NOT NULL) |
| -> Hash (cost=3.55..3.55 rows=2 width=4) |
| -> Seq Scan on tbl_erp_other_payment_tickets op (cost=0.00..3.55 rows=2 width=4) |
| Filter: (ticket_type = 3) |
| -> Index Scan using tbl_erp_payment_tickets_pkey on tbl_erp_payment_tickets t (cost=0.28..5.93 rows=1 width=4) |
| Index Cond: (id = r.erp_payment_ticket_id) |
| Filter: ((bank_settle_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (status = 2)) |