| | |
| | | */ |
| | | List<CarbonEmission> getDownCarbonEmission(@Param("beginTime") Date beginTime, @Param("endTime") Date endTime, |
| | | @Param("timeType") String timeType, @Param("indexId") String indexId); |
| | | |
| | | /** |
| | | * 根据indexId与时间范围查询小时的dataitem信息 |
| | | * |
| | | * @param beginTime 开始时间 |
| | | * @param endTime 截止时间 |
| | | * @param timeType 时间类型 |
| | | * @param indexIds 点位集合 |
| | | * @return |
| | | */ |
| | | List<DataItem> getDataItemHourInforByIndexIds(@Param("beginTime") Date beginTime, @Param("endTime") Date endTime, |
| | | @Param("timeType") String timeType, @Param("indexIds") List<String> indexIds); |
| | | } |