修复查看未激活的设备数据存在问题

This commit is contained in:
zhou-hao 2020-04-08 18:14:05 +08:00
parent 5a849fd0f9
commit 91a678e5ad
1 changed files with 1 additions and 2 deletions

View File

@ -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) {