QUERY PLAN
Aggregate (cost=49.03..49.04 rows=1 width=32)
-> Nested Loop (cost=1.51..49.03 rows=1 width=32)
-> Hash Join (cost=1.23..3.93 rows=6 width=36)
Hash Cond: (oc.id = r.erp_other_collect_ticket_id)
-> Seq Scan on tbl_erp_other_collect_tickets oc (cost=0.00..2.55 rows=26 width=4)
Filter: (is_start OR (bank_settle_at <= '2025-12-31 23:59:59+08'::timestamp with time zone))
-> Hash (cost=1.10..1.10 rows=10 width=40)
-> Seq Scan on tbl_erp_payment_ticket_payments r (cost=0.00..1.10 rows=10 width=40)
Filter: (erp_other_collect_ticket_id IS NOT NULL)
-> Index Scan using tbl_erp_payment_tickets_pkey on tbl_erp_payment_tickets t (cost=0.28..7.50 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))