src/main/resources/mapper/DeviceMapper.xml
@@ -390,7 +390,6 @@ and d.mac in (select d.mac from device , monitor_point as m where d.monitor_point_id=m.id and m.id=#{id}) </select> <select id="getDevicesStateByRegion" resultType="map"> SELECT d.id deviceId,d.mac,d.state,d.name deviceName,