collect/src/main/java/com/qianwen/mdc/collect/mapper/iotdb/DeviceStateMapper.java
@@ -13,7 +13,7 @@ @DS("iotdb") @InterceptorIgnore(tenantLine = "true") public interface DeviceStateMapper extends BaseMapper<DeviceState> { void createSuperTable(); //void createSuperTable(); //void createTable(Long workstationId); @@ -51,5 +51,10 @@ */ List<DeviceState> statesInTimeRange(@Param("workstationId")Long workstationId,@Param("timeRange") StateAggregateTimeDTO timeRange); /** * 查询某天固定点数量 * @param factoryDate * @return */ long fixPointCountByDate(int factoryDate); }