修正了 property 直接取值的问题
This commit is contained in:
@@ -5949,7 +5949,7 @@ class ZuzhangFenhongView(APIView):
|
||||
users = User.query.filter(UserUID__in=guanshi_ids).select_related(
|
||||
'boss_profile'
|
||||
).only(
|
||||
'yonghuid', 'avatar',
|
||||
'UserUID', 'Avatar',
|
||||
'boss_profile__nickname'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user