From e03d8728ae630a707ddfb542cd826ed40daf5bc8 Mon Sep 17 00:00:00 2001 From: XingQue Date: Tue, 21 Jul 2026 20:04:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=AF=E4=BB=98=E9=80=9A=E9=81=93?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=9D=83=E9=99=90=E5=AF=BC=E5=85=A5=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20admin=5Fcontext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- jituan/views_payment_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jituan/views_payment_channel.py b/jituan/views_payment_channel.py index d8f6dd0..cdcd103 100644 --- a/jituan/views_payment_channel.py +++ b/jituan/views_payment_channel.py @@ -21,7 +21,7 @@ from jituan.services.club_payment_channel import ( invalidate_club_payment_cache, ) from jituan.services.mini_pay_router import get_club_mini_pay_channel, set_club_mini_pay_channel -from jituan.services.permissions import can_manage_admin_assignments +from jituan.services.admin_context import can_manage_admin_assignments logger = logging.getLogger(__name__)