From c395b0bda650f94bc25bf1fcf8f50abae5b0966f Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期三, 17 七月 2024 15:50:59 +0800
Subject: [PATCH] 报工修改设置 补片新增后不能修改
---
north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml | 1 -
1 files changed, 0 insertions(+), 1 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 f395a9b..e3f921d 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
@@ -468,7 +468,6 @@
and f.this_process = b.this_process
and f.order_number = a.order_number
and f.technology_number = a.technology_number
-
<if test="nextProcess != null and nextProcess != ''">
left join (select ifnull(sum(completed_quantity),0) as completed_quantity ,
rw.process_id,
--
Gitblit v1.8.0