update
This commit is contained in:
parent
494b7573a3
commit
b11520234f
@ -357,6 +357,7 @@ async def create_order(
|
||||
# 今日订单加入今日选中的配送时段的 Redis 消息队列
|
||||
background_tasks.add_task(
|
||||
redis_client.push_order_to_community_period_queue,
|
||||
db_order.delivery_date,
|
||||
order.community_time_period_id,
|
||||
db_order.orderid
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user