From 08b73231454d852f1af710fa039a4d5376e764d9 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期六, 09 九月 2023 11:26:04 +0800
Subject: [PATCH] MOM系统-9-09
---
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