From cb02a3b0678aa8cd5769c6c66cc82e1c4f23ce65 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期二, 24 九月 2024 08:08:15 +0800
Subject: [PATCH] 新增日志记录
---
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