From 2f9b500fb9f81fb4d74d7156097f72bae7f6b0cb Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期二, 24 九月 2024 08:44:59 +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 |    2 +-
 1 files changed, 1 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 595fc66..9692ee3 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -1315,7 +1315,7 @@
         where fc.process_id = #{processId}
           and fc.order_number = #{orderNumber}
           and fc.technology_number = #{technologyNumber}
-          and rw.reporting_work_id = #{reportingWorkId}
+          and pl.reporting_work_id = #{reportingWorkId}
           and dd.breakage_reason = #{patchReason}
         group by fc.process_id, fc.technology_number
     </select>

--
Gitblit v1.8.0