src/main/java/com/moral/mapper/DeviceMapper.java
@@ -54,4 +54,6 @@ List<Integer> getHasWindDirAndWindSpeedDeviceVersion(); List<Device> selectDevicesAll(Map<String, Object> params); List<Device> getDeviceListByMonitorPointIds(List<Integer> id); }