From 8bcd0cc77b0c7aa2c00ffd926ee87f1f09a3a3b5 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 11 八月 2025 10:07:48 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override
---
north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml | 4 +++-
1 files changed, 3 insertions(+), 1 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 acee6c0..95d9a79 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -279,6 +279,8 @@
od.order_number AS 'orderNumber',
od.width,
od.height,
+ GREATEST(od.width, od.height) AS longSide, -- 闀胯竟
+ LEAST(od.width, od.height) AS shortSide, -- 鐭竟
od.shape,
od.quantity,
od.compute_gross_area,
@@ -3418,7 +3420,7 @@
od.processing_note as processingNote,
ogd.child_width as width,
ogd.child_height as height,
- #{printQuantity} as quantity,
+ fc.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