From 9d9cfa53a4118fa4efaa44f79c521610eccc6d42 Mon Sep 17 00:00:00 2001 From: XingQue Date: Mon, 15 Jun 2026 23:03:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=8A=A8=E4=BA=86=E6=B4=BE=E5=8D=95?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=AF=B9=E5=B9=BF=E6=92=AD=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E5=87=BD=E6=95=B0=E7=9A=84=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- orders/notice_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orders/notice_tasks.py b/orders/notice_tasks.py index c250246..1f53379 100644 --- a/orders/notice_tasks.py +++ b/orders/notice_tasks.py @@ -1,7 +1,7 @@ # dingdan/notice_tasks.py import logging from concurrent.futures import ThreadPoolExecutor, as_completed -from a_long_dianjing.celery_app import app +from a_long_dianjing.celery import app from users.models import OfficialAccountUser from utils.weixin_broadcast import WeixinBroadcastSender