From 0710a8c37df5b8e2a94ba53c1f8c84e06d668d04 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 01 三月 2024 16:08:21 +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 86b29c8..9d82870 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -101,7 +101,7 @@
         where o.production_order=2 and ogd.splitting_status=0 and o.create_time between #{selectTime1} and #{selectTime2}
 
         <if test="flowCard.order.orderId != null and flowCard.order.orderId != ''">
-            and o.order_id, regexp #{flowCard.order.orderId}
+            and o.order_id regexp #{flowCard.order.orderId}
         </if>
         <if test="flowCard.order.customerName != null and flowCard.order.customerName != ''">
             and o.customer_name regexp #{flowCard.order.customerName}

--
Gitblit v1.8.0