sql更新
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user