perf: 修改命令执行区分组织

pull/8096/head
ibuler 2022-04-19 16:17:16 +08:00 committed by Jiangjie.Bai
parent b4ac24ad6d
commit e4b0ab6a45
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ class MyGrantedNodesWithAssetsAsTreeApi(SerializeToTreeNodeMixin, ListAPIView):
all_assets = all_assets.annotate(parent_key=F('nodes__key')).prefetch_related('platform')
data.extend(self.serialize_assets(all_assets))
@tmp_to_root_org()
def list(self, request: Request, *args, **kwargs):
"""
此算法依赖 UserGrantedMappingNode