From cbee02f2732d732364c4a4fd3aa6b859b378ce34 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 17 六月 2022 09:22:27 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/OrderDetlMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/OrderDetlMapper.xml b/src/main/resources/mapper/OrderDetlMapper.xml
index 5d5fa60..4fe7eea 100644
--- a/src/main/resources/mapper/OrderDetlMapper.xml
+++ b/src/main/resources/mapper/OrderDetlMapper.xml
@@ -83,7 +83,7 @@
 
     <sql id="pakOutPageCondition">
         <if test="order_id!=null and order_id!='' ">
-            and mod.order_id like '%' + #{order_id} + '%'
+            and mod.order_id = #{order_id}
         </if>
         <if test="matnr!=null and matnr!='' ">
             and mod.matnr like '%' + #{matnr} + '%'

--
Gitblit v1.9.1