Commit 2dbd6b6f authored by ibuler's avatar ibuler

[Bugfix] 修复获取资产失败

parent 14b1e3fa
......@@ -13,7 +13,7 @@ def get_assets_by_id_list(id_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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment