liding
2026-04-08 dc22724f61e0b792d327fa812895f6dc4fcf129d
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