From 05d6de25d55bdf1e2f3cde9d310c2cd14d59837a Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 17 七月 2024 12:51:33 +0800
Subject: [PATCH] 提交

---
 north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml b/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
index a635d37..0a17142 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
@@ -155,6 +155,7 @@
                 from patch_log as a
                 where a.process_id=#{processIdStr}
                 and a.technology_number =  #{technologyStr}
+                and a.patch_processes = #{process}
                 and a.review_status = 1
                 group by a.process_id,a.order_sort,a.technology_number
             ) as patch

--
Gitblit v1.8.0