From 2dbc49184bd74845c8da694c20d6fd03d7ac87e0 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 21 九月 2023 16:16:21 +0800
Subject: [PATCH] 修改 9.21
---
standard-server/src/main/resources/mapper/ProductMapper.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/standard-server/src/main/resources/mapper/ProductMapper.xml b/standard-server/src/main/resources/mapper/ProductMapper.xml
index 8a0c049..06457e3 100644
--- a/standard-server/src/main/resources/mapper/ProductMapper.xml
+++ b/standard-server/src/main/resources/mapper/ProductMapper.xml
@@ -65,7 +65,7 @@
and p.version = #{version}
and specifications_id = #{specificationsId}
<if test="message!=null and message!=''">
- and p.name like concat('%',#{message},'%')
+ and p.father like concat('%',#{message},'%')
</if>
</select>
@@ -93,7 +93,6 @@
select *
from mom_ocean.product
where state = 1
- and version = #{ver}
and technology_id = #{technologyId}
</select>
--
Gitblit v1.9.3