yangys
2024-09-04 910131c0e5271f018c516480cfd926f8660d2dbb
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);
}