From cd5b5908546c3d6c98e7aec607af8db1f8565495 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期五, 15 九月 2023 08:38:00 +0800
Subject: [PATCH] 修改 9.15
---
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