From 0c780a71262676dacde56cb4011f3c68f37a5cf8 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 22 二月 2022 09:12:01 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/OrderMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/OrderMapper.xml b/src/main/resources/mapper/OrderMapper.xml
index 322a922..641f144 100644
--- a/src/main/resources/mapper/OrderMapper.xml
+++ b/src/main/resources/mapper/OrderMapper.xml
@@ -84,6 +84,9 @@
         <if test="order_no!=null and order_no!='' ">
             and mo.order_no like '%' + #{order_no} + '%'
         </if>
+        <if test="cstmr_name!=null and cstmr_name!='' ">
+            and mo.cstmr_name like '%' + #{cstmr_name} + '%'
+        </if>
         <if test="doc_type!=null and doc_type!='' ">
             and mo.doc_type like '%' + #{doc_type} + '%'
         </if>

--
Gitblit v1.9.1