mirror of
https://gitee.com/openharmony/distributeddatamgr_datamgr_service
synced 2025-02-21 15:22:08 +00:00
修改代码差异
Signed-off-by: shenpeixing <shenpeixing2@huawei.com>
This commit is contained in:
parent
4dd495be4b
commit
ec2cfaeff2
@ -31,7 +31,7 @@ pub(crate) enum AssetLoaderFunc {
|
||||
}
|
||||
|
||||
pub(crate) enum CloudServiceFunc {
|
||||
ConnectAssetLoader = 1,
|
||||
ConnectAssetLoader,
|
||||
ConnectDatabase,
|
||||
GetAppBriefInfo,
|
||||
GetServiceInfo,
|
||||
|
@ -544,7 +544,6 @@ std::vector<std::tuple<QueryKey, uint64_t>> SyncManager::GetCloudSyncInfo(const
|
||||
ZLOGW("save cloud info fail, user: %{public}d", cloud.user);
|
||||
}
|
||||
}
|
||||
|
||||
if (info.bundleName_.empty()) {
|
||||
for (const auto &it : cloud.apps) {
|
||||
QueryKey queryKey{ .accountId = cloud.id, .bundleName = it.first, .storeId = "" };
|
||||
|
Loading…
x
Reference in New Issue
Block a user