diff --git a/orders/views.py b/orders/views.py index 847f818..0e0f2ff 100644 --- a/orders/views.py +++ b/orders/views.py @@ -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,