From 9f87ca56f82c2352adbb7201a190ac944e6deeeb Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期五, 08 九月 2023 17:55:54 +0800
Subject: [PATCH] MOM系统-9-08
---
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