From 578aacf0caebf2b3677702ef21bf87f56a49c91f Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期三, 17 七月 2024 09:09:14 +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