From ad5903565064f5262282a5b9d7b8bff657874022 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 07 九月 2023 16:57:58 +0800
Subject: [PATCH] 修改bug2.0  9.7

---
 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