fix: 远程应用特权用户不生效问题

pull/9921/head
halo 2023-03-12 21:27:30 +08:00
parent 2ffb9a5aa3
commit 9f98e3f098
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ class ConnectionToken(JMSOrgBaseModel):
'su_from': account.su_from,
'org_id': account.org_id
}
data['privileged'] = account.privileged
return Account(**data)
@lazyproperty