Merge pull request #9531 from jumpserver/pr@fix@create_asset_err

fix: 创建Web资产报错
pull/9532/head
老广 2 years ago committed by GitHub
commit 1631f0fe3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ def key_by_org(*args, **kwargs):
values = list(kwargs.values())
if not values:
return 'default'
return values[0].org_id
return values[0][0].org_id
class EventLoopThread(threading.Thread):

Loading…
Cancel
Save