fix: 修复资产改密计划权限控制

This commit is contained in:
Jiangjie.Bai
2022-03-14 18:58:29 +08:00
committed by Jiangjie.Bai
parent b37e8cdc3f
commit 2f18208874
2 changed files with 3 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ special_pid_mapper = {
'xpack.applicationchangeauthplanexecution': 'app_change_plan_node',
'xpack.applicationchangeauthplantask': 'app_change_plan_node',
'xpack.changeauthplan': 'asset_change_plan_node',
'xpack.changeauthplanexecution': 'gather_account_node',
'xpack.changeauthplanexecution': 'asset_change_plan_node',
'xpack.changeauthplantask': 'asset_change_plan_node',
"assets.gathereduser": "gather_account_node",
'xpack.gatherusertask': 'gather_account_node',