From 084201bb587af659b6610998bc84956b6a8aa1a7 Mon Sep 17 00:00:00 2001 From: zq Date: Fri, 23 Jan 2026 19:43:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ems/EmsPointMatchMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ems-system/src/main/resources/mapper/ems/EmsPointMatchMapper.xml b/ems-system/src/main/resources/mapper/ems/EmsPointMatchMapper.xml index 77af028..ef966be 100644 --- a/ems-system/src/main/resources/mapper/ems/EmsPointMatchMapper.xml +++ b/ems-system/src/main/resources/mapper/ems/EmsPointMatchMapper.xml @@ -191,7 +191,7 @@ and t.device_category = #{deviceCategory} - and t.point_name = #{pointName} + and t.point_name like concat('%', #{pointName}, '%')