This commit is contained in:
aaron 2025-03-06 13:40:52 +08:00
parent 27d014c2bf
commit 6e5e581bec

View File

@ -356,7 +356,7 @@ async def create_order(
# 今日订单加入今日选中的配送时段的 Redis 消息队列
background_tasks.add_task(
redis_client.push_order_to_community_period_today_queue,
redis_client.push_order_to_community_period_queue,
order.community_time_period_id,
db_order.orderid
)