|
@@ -311,8 +311,6 @@ public class QueryInfluxdbDataServiceImpl extends AbstractCrudService<QueryInflu
|
|
|
List<DmpDevice> dmpDeviceList1 = dmpDeviceService.list(lambdaQuery3);
|
|
|
if(dmpDeviceList1.size() <= 0){
|
|
|
throw new BusinessException("设备Id不存在或在本产品下不存在,请修改");
|
|
|
- }else{
|
|
|
- deviceDataJson.put("deviceUuid",dmpDeviceList1.get(0).getDeviceUuid());
|
|
|
}
|
|
|
|
|
|
List<String> metricList = new ArrayList<>();
|