jinpengyong
2023-09-15 f52e59d2cb5391b6cb46d2d75e4ffa586aa61df1
screen-api/src/main/java/com/moral/api/mapper/DeviceMapper.java
@@ -20,6 +20,18 @@
    /*监测因子趋势图数据*/
    List<Map<String, Object>> getTrendChartData(Map<String, Object> params);
    List<Device> deviceList(@Param("organizationId") int organizationId,@Param("regionCode")  int regionCode,@Param("region")  String region);
    List<Map<String, Object>> deviceList(@Param("organizationId") int organizationId,
                            @Param("regionCode")  int regionCode,
                            @Param("region")  String region,
                            @Param("type")  String type,
                            @Param("sensorCode")  String sensorCode,
                            @Param("times")  String times,
                            @Param("endHourlyTime") String endHourlyTime);
    List<Integer> deviceIdList(@Param("organizationId") int organizationId);
    List<Integer> deviceOrgIdList(@Param("organizationId") int organizationId);
    List<String> deviceMacs(@Param("organizationId") int organizationId);
}