From eadecb83edea5dfc0914a0024e1ad2ad9354102b Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 3 Nov 2020 12:22:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=8A=82=E7=82=B9=E5=85=B3=E7=B3=BB=E7=9A=84?= =?UTF-8?q?=E6=8A=96=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/api/system_user_relation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/assets/api/system_user_relation.py b/apps/assets/api/system_user_relation.py index bffa283ec..411a19be0 100644 --- a/apps/assets/api/system_user_relation.py +++ b/apps/assets/api/system_user_relation.py @@ -95,7 +95,7 @@ class SystemUserNodeRelationViewSet(BaseRelationViewSet): 'id', 'node', 'systemuser', ] search_fields = [ - "node__value", "systemuser__name", "systemuser_username" + "node__value", "systemuser__name", "systemuser__username" ] def get_objects_attr(self):