From 18509a0ca4c881cbb46521828a2128969e583730 Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 13 Jul 2021 17:43:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=94=A8=E6=88=B7=E8=B5=84=E4=BA=A7=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=97=B6=E5=8C=85=E5=90=ABorg=5Fid=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/serializers/system_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/assets/serializers/system_user.py b/apps/assets/serializers/system_user.py index 36e63a21f..adeadbe01 100644 --- a/apps/assets/serializers/system_user.py +++ b/apps/assets/serializers/system_user.py @@ -251,7 +251,7 @@ class SystemUserAssetRelationSerializer(RelationMixin, serializers.ModelSerializ model = SystemUser.assets.through fields = [ "id", "asset", "asset_display", 'systemuser', 'systemuser_display', - "connectivity", 'date_verified', + "connectivity", 'date_verified', 'org_id' ] use_model_bulk_create = True model_bulk_create_kwargs = {