From a28dafa6b7b3c34d817244ccfb83cd1d6f77bf84 Mon Sep 17 00:00:00 2001 From: XingQue Date: Fri, 10 Jul 2026 22:23:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=9B=9E=20seed=5Fclub=5Fxq=20?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E7=9A=84=20CLUB=5FID=5FDEFAULT=20=E5=AF=BC?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- jituan/management/commands/seed_club_xq.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jituan/management/commands/seed_club_xq.py b/jituan/management/commands/seed_club_xq.py index 8634038..0c12750 100644 --- a/jituan/management/commands/seed_club_xq.py +++ b/jituan/management/commands/seed_club_xq.py @@ -6,6 +6,7 @@ from django.conf import settings from django.core.management.base import BaseCommand from django.db import transaction +from jituan.constants import CLUB_ID_DEFAULT from jituan.services.wechat_pay import WX_V3_CERT_SERIAL_NO_OVERRIDE from jituan.models import ( Club,