From 4e8162d9cc836ba4dcbd35d08f78fec5b71e4e96 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期一, 17 十一月 2025 09:16:25 +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