提交代码

This commit is contained in:
huangzj
2023-08-30 15:55:45 +08:00
parent da374bcccf
commit e5967ef694
7 changed files with 117 additions and 3 deletions

View File

@@ -36,4 +36,6 @@ public interface CommonMapper extends InfluxDbBaseMapper<PowerQualityData> {
@Select(value = "#{sql}",resultType = HarmonicHistoryData.class)
List<HarmonicHistoryData> getHistoryResult(@Param("sql")String sql);
List<StatisticalDataDTO> getTopTemperature(InfluxQueryWrapper influxQueryWrapper);
}