修改代码差异

Signed-off-by: shenpeixing <shenpeixing2@huawei.com>
This commit is contained in:
shenpeixing 2024-07-30 09:56:59 +08:00
parent 4dd495be4b
commit ec2cfaeff2
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,7 @@ pub(crate) enum AssetLoaderFunc {
}
pub(crate) enum CloudServiceFunc {
ConnectAssetLoader = 1,
ConnectAssetLoader,
ConnectDatabase,
GetAppBriefInfo,
GetServiceInfo,

View File

@ -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 = "" };