于紫祥_1901
2020-08-13 72bfd6cfe47b48a183ea3795054dabdcffb543d7
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,