2026-06-08 2c19f00b211b7ffb1a265d67991d92f2b194b1f5
src/main/resources/mapper/stock/StockOutRecordMapper.xml
@@ -101,7 +101,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