mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-28 15:57:23 +00:00
[Bugfix] 修复获取资产失败
This commit is contained in:
parent
14b1e3fa13
commit
2dbd6b6f6e
@ -13,7 +13,7 @@ def get_assets_by_id_list(id_list):
|
|||||||
|
|
||||||
|
|
||||||
def get_assets_by_fullname_list(hostname_list):
|
def get_assets_by_fullname_list(hostname_list):
|
||||||
return Asset.objects.get_queryset_by_fullname_list(hostname_list)
|
return Asset.get_queryset_by_fullname_list(hostname_list)
|
||||||
|
|
||||||
|
|
||||||
def get_system_user_by_name(name):
|
def get_system_user_by_name(name):
|
||||||
|
Loading…
Reference in New Issue
Block a user