| Aggregate (cost=559.00..559.01 rows=1 width=32) |
| -> Hash Left Join (cost=478.32..551.67 rows=977 width=96) |
| Hash Cond: (t.id = settle.sales_contract_id) |
| Filter: (((sales.sales_contract_id IS NOT NULL) OR (settle.sales_contract_id IS NOT NULL)) AND ((((COALESCE(sales.amount, '0'::numeric) - COALESCE(return.amount, '0'::numeric)) - COALESCE(settle.amount, '0'::numeric)) >= '0'::numeric) OR ord.is_done)) |
| -> Hash Left Join (cost=265.52..334.31 rows=1732 width=73) |
| Hash Cond: (t.id = return.sales_contract_id) |
| -> Hash Left Join (cost=182.56..246.79 rows=1732 width=41) |
| Hash Cond: (t.id = sales.sales_contract_id) |
| -> Hash Right Join (cost=89.97..149.65 rows=1732 width=5) |
| Hash Cond: (ord.sales_contract_id = t.id) |
| -> Seq Scan on tbl_erp_sales_orders ord (cost=0.00..55.16 rows=1716 width=5) |
| -> Hash (cost=68.32..68.32 rows=1732 width=4) |
| -> Seq Scan on tbl_sales_contracts t (cost=0.00..68.32 rows=1732 width=4) |
| -> Hash (cost=91.24..91.24 rows=108 width=36) |
| -> Subquery Scan on sales (cost=88.81..91.24 rows=108 width=36) |
| -> HashAggregate (cost=88.81..90.16 rows=108 width=36) |
| Group Key: sc.id |
| -> Hash Right Join (cost=8.04..88.27 rows=108 width=10) |
| Hash Cond: (sc.from_project = t_1.project_id) |
| -> Seq Scan on tbl_sales_contracts sc (cost=0.00..68.32 rows=1732 width=8) |
| -> Hash (cost=6.70..6.70 rows=108 width=10) |
| -> Seq Scan on tbl_erp_sales_outbounds t_1 (cost=0.00..6.70 rows=108 width=10) |
| Filter: ((verify_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (created_at >= '2025-08-08 14:34:58+08'::timestamp with time zone) AND (status = 2)) |
| -> Hash (cost=82.95..82.95 rows=1 width=36) |
| -> Subquery Scan on return (cost=82.91..82.95 rows=1 width=36) |
| -> GroupAggregate (cost=82.91..82.94 rows=1 width=36) |
| Group Key: sc_1.id |
| -> Sort (cost=82.91..82.92 rows=1 width=10) |
| Sort Key: sc_1.id |
| -> Nested Loop Left Join (cost=1.62..82.90 rows=1 width=10) |
| -> Hash Join (cost=1.12..2.20 rows=1 width=10) |
| Hash Cond: (esrps.erp_sales_return_id = t_2.id) |
| -> Seq Scan on tbl_erp_sales_return_products esrps (cost=0.00..1.06 rows=6 width=14) |
| -> Hash (cost=1.10..1.10 rows=1 width=4) |
| -> Seq Scan on tbl_erp_sales_returns t_2 (cost=0.00..1.10 rows=1 width=4) |
| Filter: ((created_at >= '2025-08-08 14:34:58+08'::timestamp with time zone) AND (verify_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (status = 2)) |
| -> Nested Loop Left Join (cost=0.50..80.69 rows=1 width=8) |
| -> Index Scan using tbl_erp_sales_outbound_spent_products_pkey on tbl_erp_sales_outbound_spent_products esips (cost=0.27..5.62 rows=1 width=8) |
| Index Cond: (id = esrps.erp_sales_outbound_spent_product_id) |
| -> Hash Right Join (cost=0.23..75.06 rows=1 width=8) |
| Hash Cond: (sc_1.from_project = pi.project_id) |
| -> Seq Scan on tbl_sales_contracts sc_1 (cost=0.00..68.32 rows=1732 width=8) |
| -> Hash (cost=0.22..0.22 rows=1 width=8) |
| -> Index Scan using tbl_erp_sales_outbounds_pkey on tbl_erp_sales_outbounds pi (cost=0.14..0.22 rows=1 width=8) |
| Index Cond: (id = esips.erp_sales_outbound_id) |
| -> Hash (cost=212.62..212.62 rows=14 width=36) |
| -> Subquery Scan on settle (cost=212.20..212.62 rows=14 width=36) |
| -> GroupAggregate (cost=212.20..212.48 rows=14 width=36) |
| Group Key: "*SELECT* 1".contract_id |
| -> Sort (cost=212.20..212.24 rows=14 width=12) |
| Sort Key: "*SELECT* 1".contract_id |
| -> Append (cost=74.58..211.94 rows=14 width=12) |
| -> Subquery Scan on "*SELECT* 1" (cost=74.58..116.32 rows=12 width=10) |
| -> Hash Join (cost=74.58..116.20 rows=12 width=106) |
| Hash Cond: (r.erp_collect_ticket_id = t_3.id) |
| -> Seq Scan on tbl_erp_collect_ticket_settles r (cost=0.00..35.94 rows=2160 width=14) |
| Filter: (sales_contract_id IS NOT NULL) |
| -> Hash (cost=74.43..74.43 rows=12 width=4) |
| -> Seq Scan on tbl_erp_collect_tickets t_3 (cost=0.00..74.43 rows=12 width=4) |
| Filter: ((created_at >= '2025-08-08 14:34:58+08'::timestamp with time zone) AND (bank_settle_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (status = 2)) |
| -> Subquery Scan on "*SELECT* 2" (cost=0.29..9.48 rows=1 width=9) |
| -> Nested Loop (cost=0.29..9.47 rows=1 width=105) |
| -> Seq Scan on tbl_erp_cash_cost_ticket_sales_contract_settles r_1 (cost=0.00..1.02 rows=1 width=13) |
| Filter: (sales_contract_id IS NOT NULL) |
| -> Index Scan using tbl_erp_cash_cost_tickets_pkey on tbl_erp_cash_cost_tickets t_4 (cost=0.29..8.31 rows=1 width=4) |
| Index Cond: (id = r_1.erp_cash_cost_ticket_id) |
| Filter: (is_payment_settle AND (created_at >= '2025-08-08 14:34:58+08'::timestamp with time zone) AND (bank_settle_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (status = 2)) |
| -> Subquery Scan on "*SELECT* 3" (cost=0.28..86.13 rows=1 width=36) |
| -> Nested Loop (cost=0.28..86.12 rows=1 width=132) |
| -> Seq Scan on tbl_erp_payment_ticket_settles r_2 (cost=0.00..39.65 rows=6 width=14) |
| Filter: (sales_contract_id IS NOT NULL) |
| -> Index Scan using tbl_erp_payment_tickets_pkey on tbl_erp_payment_tickets t_5 (cost=0.28..7.64 rows=1 width=4) |
| Index Cond: (id = r_2.erp_payment_ticket_id) |
| Filter: (is_payment_settle AND (created_at >= '2025-08-08 14:34:58+08'::timestamp with time zone) AND (bank_settle_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (status = 2)) |