From 2ad08ea181d8ec1e2b4b90bd1ddd40a2ba595b59 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 07 三月 2024 08:08:25 +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