|
|
@@ -123,8 +123,8 @@ public class IotWarnindicatorServiceImpl implements IIotWarnindicatorService {
|
|
|
return result;
|
|
|
}
|
|
|
private List<IotWarnindicator> warnindicatorDevQuery(IotDevice iotDevice){
|
|
|
+ // 暂不支持根据类型查询要素
|
|
|
// 查询当前设备是否存在预设要素
|
|
|
- Map<String,IotWarndataitem> warndataitemMap = queryDefaultFactorMap(iotDevice);
|
|
|
List<IotWarnindicator> result = new ArrayList<>();
|
|
|
if (isFactorDevice(iotDevice.getDevtypeBid())) {
|
|
|
IotDeviceDataListReqVo iotDeviceDataListReqVo = new IotDeviceDataListReqVo();
|