From 07c72dbfe2fdf6dd5fb7232977f02fe49ac95d60 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 08 八月 2025 16:14:45 +0800
Subject: [PATCH] 明细分架打印界面打印半成品标签可自定义打印数量

---
 north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
index 6994629..acee6c0 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -1982,7 +1982,7 @@
                od.processing_note                                    as processingNote,
               ogd.child_width                                as width,
                ogd.child_height                              as height,
-               fc.quantity,
+                #{printQuantity} as quantity,
                CONCAT(ogd.child_width  , ' X ', ogd.child_height   ,' = ',fc.quantity )           as size,
                od.order_number                                       as orderNumber,
                fc.technology_number                                  as technologyNumber,
@@ -3418,7 +3418,7 @@
                od.processing_note                                    as processingNote,
                ogd.child_width                                as width,
                ogd.child_height                              as height,
-               fc.quantity,
+               #{printQuantity} as quantity,
                CONCAT(ogd.child_width  , ' X ', ogd.child_height   ,' = ',fc.quantity )           as size,
                od.order_number                                       as orderNumber,
                fc.technology_number                                  as technologyNumber,

--
Gitblit v1.8.0