From 3ee23fa2bfb5f90863a1e2579c882b4bae875aa3 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期五, 31 五月 2024 11:50:10 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override
---
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 b42f279..7362a69 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -537,8 +537,8 @@
left join flow_card as d
on d.order_id = a.order_id and d.order_number = a.order_number and
d.technology_number = a.technology_number
- left join sd.product e
- on e.id = b.product_id
+ left join sd.basic_glass_type e
+ on e.type_id = b.product_id
where d.process_id = #{processId}
and d.technology_number = #{technologyNumber}
group by a.glass_child, a.child_width, a.child_height
--
Gitblit v1.8.0