update
This commit is contained in:
parent
27d014c2bf
commit
6e5e581bec
@ -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
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user