Signed-off-by: MisterE <smart_e@126.com>
This commit is contained in:
MisterE 2024-08-27 14:26:27 +08:00
commit 88b13c534e

View File

@ -771,7 +771,7 @@ void DmsBmStorage::UpdateDistributedData()
ErrCode ret = AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids);
if (ret != ERR_OK || ids.empty()) {
HILOGE("Get userId from active Os AccountIds fail, ret : %{public}d", ret);
return false;
return;
}
for (const auto &bundleInfo: bundleInfos) {
AppExecFwk::AppProvisionInfo appProvisionInfo;