liding
2026-05-29 b6a9f51324d4c8c7d8dd9956cedfcc4bfc60cef6
src/main/resources/mapper/sales/ReceiptPaymentMapper.xml
@@ -455,7 +455,7 @@
        SELECT
            wr.receive_unit,
            wr.goods_name,
            wr.specification,
            wr.specification AS specificationModel,
            wr.shippedQuantity,
            SUM(slp.quantity) AS totalQuantity,
            SUM(IFNULL(slp.quantity, 0)) - wr.shippedQuantity AS unshippedQuantity