fix: 抢单列表 dashou_biaoqian 按 dashou 称号类型过滤
This commit is contained in:
@@ -3124,7 +3124,7 @@ class DashouDingdanHuoquView(APIView):
|
||||
uid = user_id_map[zhid]
|
||||
if uid in user_tags_map:
|
||||
for ch in user_tags_map[uid]:
|
||||
if ch.leixing == 'PlayerID':
|
||||
if ch.leixing == 'dashou':
|
||||
dashou_tags.append({
|
||||
'id': ch.id,
|
||||
'mingcheng': ch.mingcheng,
|
||||
|
||||
Reference in New Issue
Block a user