src/main/java/com/moral/mapper/DeviceMapper.java
@@ -52,4 +52,8 @@ List<Device> getDeviceById3(@Param("id") int id); List<Integer> getHasWindDirAndWindSpeedDeviceVersion(); List<Device> selectDevicesAll(Map<String, Object> params); List<Device> getDeviceListByMonitorPointIds(List<Integer> id); }