From 208bb2f289ce8a7b59f587a9f57e24c0fc8a0ba6 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期日, 24 九月 2023 21:48:40 +0800
Subject: [PATCH] MOM系统-9-24 加班

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

diff --git a/standard-server/src/main/resources/mapper/ProductMapper.xml b/standard-server/src/main/resources/mapper/ProductMapper.xml
index ffb32b8..06457e3 100644
--- a/standard-server/src/main/resources/mapper/ProductMapper.xml
+++ b/standard-server/src/main/resources/mapper/ProductMapper.xml
@@ -65,7 +65,7 @@
         and p.version = #{version}
         and specifications_id = #{specificationsId}
         <if test="message!=null and message!=''">
-            and p.name like concat('%',#{message},'%')
+            and p.father like concat('%',#{message},'%')
         </if>
     </select>
 

--
Gitblit v1.9.3