我的代码: from typing import List return list(models.Mapper.objects.filter(system_id__id=system_id
).values_list('account__id', flat=True)) 如果我运行代码,我将获得与主ID关联的ID,<
_chain() if self.query.combinator else self.filter(*args, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/django/db/models/query.py", lin