From 41576aa609c839741260aee6e7880caf28147390 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期一, 11 九月 2023 18:00:21 +0800
Subject: [PATCH] MOM系统-9-11下班

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

diff --git a/inspect-server/src/main/resources/mapper/ProcessInspectMapper.xml b/inspect-server/src/main/resources/mapper/ProcessInspectMapper.xml
index ce020f7..9a96f0c 100644
--- a/inspect-server/src/main/resources/mapper/ProcessInspectMapper.xml
+++ b/inspect-server/src/main/resources/mapper/ProcessInspectMapper.xml
@@ -110,7 +110,7 @@
         <if test="techfather!=null and techfather!=''">
             and techfather like  concat('%',#{techfather},'%')
         </if>
-        <if test="material!=null and material!=''">
+        <if test="name!=null and name!=''">
             and material like  concat('%',#{name},'%')
         </if>
         <if test="result!=null ">

--
Gitblit v1.9.3