From 78c5442381728d07e5a5d3943d0a93009992e30a Mon Sep 17 00:00:00 2001 From: XingQue Date: Fri, 26 Jun 2026 03:09:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8A=A2=E5=8D=95=E5=88=97=E8=A1=A8=20d?= =?UTF-8?q?ashou=5Fbiaoqian=20=E6=8C=89=20dashou=20=E7=A7=B0=E5=8F=B7?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- orders/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,