Signed-off-by: yangliu <yangliu178@huawei.com>
This commit is contained in:
yangliu 2024-11-18 23:10:38 +08:00
parent 1e1cc7e139
commit 1189e9fadb

View File

@ -816,7 +816,7 @@ bool KVDBServiceImpl::IsTripleAutoLaunch(
if (storeMeta.bundleName == Bootstrap::GetInstance().GetProcessLabel()) {
param.userId = storeMeta.user;
}
SetAutoLaunchParam(option, param, );
SetAutoLaunchParam(option, param, storeMeta);
isFindIdentifier = true;
return isTripleIdentifierEqual;
}