From de08d4876092d361009aa467ef4d2a77068fbcaa Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期五, 26 十二月 2025 14:08:31 +0800
Subject: [PATCH] 一键入库相同订单序号,不同流程卡被过滤。无法入库问题

---
 north-glass-erp/src/main/resources/mapper/sd/BasicGlassTypeMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/sd/BasicGlassTypeMapper.xml b/north-glass-erp/src/main/resources/mapper/sd/BasicGlassTypeMapper.xml
index fe2c744..6990e4b 100644
--- a/north-glass-erp/src/main/resources/mapper/sd/BasicGlassTypeMapper.xml
+++ b/north-glass-erp/src/main/resources/mapper/sd/BasicGlassTypeMapper.xml
@@ -91,7 +91,7 @@
             process_attribute_config as a
         set a.process_type = #{processAttributeConfig.processType},
             a.process_name = #{processAttributeConfig.processName},
-            a.input_type = #{processAttributeConfig.inputType},
+            a.input_type = #{processAttributeConfig.inputType}
         where a.id = #{processAttributeConfig.id}
     </update>
 

--
Gitblit v1.8.0