From 72bfd6cfe47b48a183ea3795054dabdcffb543d7 Mon Sep 17 00:00:00 2001 From: 于紫祥_1901 <email@yuzixiang_1910> Date: Thu, 13 Aug 2020 09:22:23 +0800 Subject: [PATCH] 风场图update --- src/main/resources/mapper/DeviceMapper.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/DeviceMapper.xml b/src/main/resources/mapper/DeviceMapper.xml index 196e7ee..f95d41f 100644 --- a/src/main/resources/mapper/DeviceMapper.xml +++ b/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, -- Gitblit v1.8.0