From edb03c5169709da2e6d39a999328ce9bf92affff Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期一, 13 十月 2025 15:28:37 +0800
Subject: [PATCH] 联调

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

diff --git a/src/main/resources/mapper/MatMapper.xml b/src/main/resources/mapper/MatMapper.xml
index 6cc8de5..ad70f80 100644
--- a/src/main/resources/mapper/MatMapper.xml
+++ b/src/main/resources/mapper/MatMapper.xml
@@ -90,8 +90,8 @@
         <if test="matnr != null and matnr != ''">
             and mm.matnr like concat('%',#{matnr},'%')
         </if>
-        <if test="maktx != null and maktx != ''">
-            and mm.maktx like concat('%',#{maktx},'%')
+        <if test="name != null and name != ''">
+            and mm.name like concat('%',#{name},'%')
         </if>
         <if test="specs != null and specs != ''">
             and mm.specs like concat('%',#{specs},'%')

--
Gitblit v1.9.1