From 2fb1411b789e38a8eedcd65ee6e68460d9d7e6f0 Mon Sep 17 00:00:00 2001 From: XingQue Date: Thu, 2 Jul 2026 13:12:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=A2=E6=9C=8D=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E7=BD=9A=E6=AC=BE=E7=8A=B6=E6=80=81=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=BB=9F=E4=B8=80=E6=A0=87=E7=AD=BE=EF=BC=8C=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=B9=B3=E5=8F=B0=E5=AE=A1=E6=A0=B8=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- users/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/views.py b/users/views.py index 66d5e7c..cdd3187 100644 --- a/users/views.py +++ b/users/views.py @@ -9282,7 +9282,7 @@ class KefuGetOrderDetailView(APIView): response_data['zhiding_dhj_sm'] = getattr(dingdan_obj, 'AssignedLaterNote', '') or '' # 9. 关联罚款(打手) - PENALTY_STATUS = {1: '待缴纳', 2: '已缴纳', 3: '申诉中', 4: '已驳回'} + from utils.penalty_status import PENALTY_STATUS_LABELS as PENALTY_STATUS try: from orders.models import Penalty dashou_id = dingdan_obj.PlayerID or dingdan_obj.AssignedID or ''