修复查看未激活的设备数据存在问题
This commit is contained in:
parent
5a849fd0f9
commit
91a678e5ad
|
|
@ -323,8 +323,7 @@ public class LocalDeviceInstanceService extends GenericReactiveCrudService<Devic
|
|||
}
|
||||
});
|
||||
return formatData;
|
||||
})
|
||||
.defaultIfEmpty(PagerResult.empty()));
|
||||
})).defaultIfEmpty(PagerResult.empty());
|
||||
}
|
||||
|
||||
public Mono<DevicePropertiesEntity> getDeviceLatestProperty(String deviceId, String property) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue