From d8b1396b6f01c32155516cf6e5815435b12afa9b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 Jan 2026 15:42:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E6=8E=A7=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/StationRemoteControlMapper.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/business-service-dao/src/main/resources/mapper/StationRemoteControlMapper.xml b/business-service-dao/src/main/resources/mapper/StationRemoteControlMapper.xml index 43f8d26..cce2060 100644 --- a/business-service-dao/src/main/resources/mapper/StationRemoteControlMapper.xml +++ b/business-service-dao/src/main/resources/mapper/StationRemoteControlMapper.xml @@ -81,6 +81,18 @@ and s.station_id = #{vo.stationId} + + and t.name like concat('%',#{vo.stationName},'%') + + + and s.intranet_ip like concat('%',#{vo.intranetIp},'%') + + + and s.ip like concat('%',#{vo.ip},'%') + + + and s.type = #{vo.type} + order by s.create_time desc