From df352f239c4c41fb7eeb6ff1f8036a2911b66151 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 20 八月 2024 14:42:24 +0800
Subject: [PATCH] 更新

---
 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 6996202..9ff0452 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -736,7 +736,9 @@
                opd.stock_id,
                od.quantity,
                od.other_columns,
-               od.bend_radius
+               od.bend_radius,
+               opd.heat_layout_id,
+               opd.heat_layout_sort
         from pp.optimize_detail opd
                  left join sd.`order` o on SUBSTR(opd.process_id, 1, 10) = o.order_id
                  left join sd.order_detail od

--
Gitblit v1.8.0