2026-05-26 9bb07cede2c66972526ee3ace524991570c1a31c
src/main/resources/mapper/account/sales/AccountSalesCollectionMapper.xml
@@ -65,7 +65,7 @@
        p.product_name,
        pm.model as specification_model,
        slp.tax_rate,
        sor.stock_out_num * slp.tax_inclusive_unit_price as outboundAmount,
        sor.stock_out_num * slp.tax_inclusive_unit_price / IFNULL(NULLIF(slp.single_quantity, 0), 1) as outboundAmount,
        s.shipping_no,
        sl.sales_contract_no
        FROM stock_out_record sor