From f5c89a9b01b0cae70a7e0ccd878fb75121743929 Mon Sep 17 00:00:00 2001
From: zzgtfwq <zzgtfwq>
Date: 星期三, 10 十二月 2025 13:18:22 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/MatMapper.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/MatMapper.xml b/src/main/resources/mapper/MatMapper.xml
index 3586409..4bdd207 100644
--- a/src/main/resources/mapper/MatMapper.xml
+++ b/src/main/resources/mapper/MatMapper.xml
@@ -117,6 +117,14 @@
</if>
</select>
+ <select id="selectByMatnrLink10" resultMap="BaseResultMap">
+ select TOP 20 * from man_mat
+ where 1=1
+ <if test="matnr != null and matnr != ''">
+ and mm.matnr like concat('%',#{matnr},'%')
+ </if>
+ </select>
+
<select id="selectNewUpdateTime" resultMap="BaseResultMap">
select top 1 * from man_mat
where 1=1
--
Gitblit v1.9.1