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