sql更新

This commit is contained in:
xy
2025-02-26 11:17:01 +08:00
parent 9da41273e5
commit 9a65c1b133
4 changed files with 6 additions and 8 deletions

View File

@@ -957,7 +957,7 @@ public class DayDataServiceImpl implements DayDataService {
* @param endTime 结束时间
* @return
*/
public List<DataV> getDataV(List<String> lineIndex, String startTime, String endTime) {
public List<DataV> getDataV(List<String> lineIndex, String startTime, String endTime) {
List<DataV> result = new ArrayList<>();
//最小值
InfluxQueryWrapper influxQueryWrapper = new InfluxQueryWrapper(DataV.class);